about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/waitid.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers2012-08-071-39/+2
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Update.Ulrich Drepper2004-10-301-0/+1
| | | | | | | | | | | 2004-10-30 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/waitid.c: Include <stddef.h> for NULL. 2004-10-30 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (_int_free): Use unique comments for the error cases.
* 2004-09-27 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-281-2/+3
| | | | | * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to all three syscall uses, not just one!
* 2004-09-18 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-181-1/+3
| | | | | * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to system call.
* * sysdeps/unix/sysv/linux/bits/waitflags.hRoland McGrath2004-09-011-0/+67
(WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): New macro. * sysdeps/unix/sysv/linux/waitid.c: New file. Use new syscall when available, or fall back to the waitpid-based generic code.