mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
2006-07-30 Roland McGrath <roland@redhat.com>
* include/unistd.h (__pause_nocancel): Add attribute_hidden. * include/time.h (__nanosleep_nocancel): Likewise.
This commit is contained in:
@ -81,9 +81,10 @@ extern long int __tzname_max (void);
|
||||
|
||||
extern int __nanosleep (__const struct timespec *__requested_time,
|
||||
struct timespec *__remaining);
|
||||
libc_hidden_proto (__nanosleep)
|
||||
extern int __nanosleep_nocancel (__const struct timespec *__requested_time,
|
||||
struct timespec *__remaining);
|
||||
libc_hidden_proto(__nanosleep)
|
||||
struct timespec *__remaining)
|
||||
attribute_hidden;
|
||||
extern int __getdate_r (__const char *__string, struct tm *__resbufp);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user