mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
libio: make _IO_least_marker static
Trivial cleanup to limit _IO_least_marker so that it's clear that it is unused outside of genops. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
c69e8cccaf
commit
293369689a
1 changed files with 1 additions and 3 deletions
|
@ -135,9 +135,7 @@ libc_hidden_def (_IO_link_in)
|
|||
|
||||
/* Return minimum _pos markers
|
||||
Assumes the current get area is the main get area. */
|
||||
ssize_t _IO_least_marker (FILE *fp, char *end_p);
|
||||
|
||||
ssize_t
|
||||
static ssize_t
|
||||
_IO_least_marker (FILE *fp, char *end_p)
|
||||
{
|
||||
ssize_t least_so_far = end_p - fp->_IO_read_base;
|
||||
|
|
Loading…
Add table
Reference in a new issue