summaryrefslogtreecommitdiff
path: root/include/sys/wait.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-30 23:15:13 +0000
committerRichard Henderson <rth@redhat.com>2003-06-30 23:15:13 +0000
commitcbdce766068d938cfb7d98621aece034d9981b7f (patch)
tree5f33ef209a24f15afb9e87fe4a49d8ca16eae55f /include/sys/wait.h
parent7f4b68d652cb4fcf5119e3e0f90778ab9a8ca8a4 (diff)
* 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/wait.h b/include/sys/wait.h
index f1eceb1cf0..efabd0cc45 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