diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-30 23:15:13 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-30 23:15:13 +0000 |
commit | cbdce766068d938cfb7d98621aece034d9981b7f (patch) | |
tree | 5f33ef209a24f15afb9e87fe4a49d8ca16eae55f /include/sys/wait.h | |
parent | 7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4 (diff) | |
download | glibc-cbdce766068d938cfb7d98621aece034d9981b7f.zip glibc-cbdce766068d938cfb7d98621aece034d9981b7f.tar.gz glibc-cbdce766068d938cfb7d98621aece034d9981b7f.tar.bz2 |
* include/sys/resource.h (__getrusage): Mark hidden. * include/sys/time.h (__settimeofday, __setitimer, __utimes): Likewise. * include/sys/wait.h (__wait4): Likewise.
2003-06-30 Richard Henderson <rth@redhat.com>
* include/sys/resource.h (__getrusage): Mark hidden.
* include/sys/time.h (__settimeofday, __setitimer, __utimes): Likewise.
* include/sys/wait.h (__wait4): Likewise.
Diffstat (limited to 'include/sys/wait.h')
-rw-r--r-- | include/sys/wait.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/wait.h b/include/sys/wait.h index f1eceb1..efabd0c 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -13,5 +13,6 @@ extern __pid_t __wait (__WAIT_STATUS __stat_loc); extern __pid_t __wait3 (__WAIT_STATUS __stat_loc, int __options, struct rusage * __usage); extern __pid_t __wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc, - int __options, struct rusage *__usage); + int __options, struct rusage *__usage) + attribute_hidden; #endif |