summaryrefslogtreecommitdiffstats
path: root/include/sys/wait.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
commit249f9ff259992908829f9d06a0b4688cf21ea00e (patch)
tree292da38d7e4d88f681732b581dc3d93a97e2ab4f /include/sys/wait.h
parentce48bd0f2a31f63ac7fed36c756b60ce8106b27f (diff)
downloaduClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.bz2
uClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.xz
Synch with trunk @ 24157
Step 11: More libc_hidden_proto removal
Diffstat (limited to 'include/sys/wait.h')
-rw-r--r--include/sys/wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/wait.h b/include/sys/wait.h
index 81a54fc3d..59ccd9331 100644
--- a/include/sys/wait.h
+++ b/include/sys/wait.h
@@ -137,6 +137,7 @@ extern __pid_t wait (__WAIT_STATUS __stat_loc);
This function is a cancellation point and therefore not marked with
__THROW. */
extern __pid_t waitpid (__pid_t __pid, int *__stat_loc, int __options);
+libc_hidden_proto(waitpid)
#if defined __USE_SVID || defined __USE_XOPEN
# define __need_siginfo_t
@@ -178,6 +179,7 @@ struct rusage;
/* PID is like waitpid. Other args are like wait3. */
extern __pid_t wait4 (__pid_t __pid, __WAIT_STATUS __stat_loc, int __options,
struct rusage *__usage) __THROW;
+libc_hidden_proto(wait4)
#endif /* Use BSD. */