1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-01 05:02:03 +03:00

Relax visibility of some more declaration.

This commit is contained in:
Ulrich Drepper
2010-01-14 13:22:06 -08:00
parent 63ee841069
commit 52e2ea9a83
3 changed files with 7 additions and 4 deletions

View File

@@ -986,16 +986,16 @@ extern long int gethostid (void);
extern void sync (void) __THROW;
# if defined __USE_GNU || !defined __USE_XOPEN2K
# if defined __USE_BSD || !defined __USE_XOPEN2K
/* Return the number of bytes in a page. This is the system's page size,
which is not necessarily the same as the hardware page size. */
extern int getpagesize (void) __THROW __attribute__ ((__const__));
# endif
/* Return the maximum number of file descriptors
the current process could possibly have. */
extern int getdtablesize (void) __THROW;
# endif
#endif /* Use BSD || X/Open Unix. */