]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/waitpid.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / nptl / sysdeps / unix / sysv / linux / waitpid.S
1 #include <sysdep-cancel.h>
2
3 #ifndef __NR_waitpid
4 #error Makefile error: No NR_waitpid on this arch
5 #endif
6
7 /*
8 extern pid_t __waitpid_nocancel (pid_t, int *, int) attribute_hidden;
9 */
10 #if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt
11
12
13 PSEUDO (__waitpid, waitpid, 3)
14 ret
15 PSEUDO_END(__waitpid)
16
17 libc_hidden_def (__waitpid)
18 weak_alias (__waitpid, waitpid)
19 libc_hidden_weak (waitpid)
20 weak_alias (__waitpid, __libc_waitpid)
21 libc_hidden_weak (__libc_waitpid)
22
23 #endif