mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* conform/data/spawn.h-data: Correct posix_spawnattr_setflags prototype.
This commit is contained in:
parent
5a9339d5bb
commit
edf9cc8901
@ -1,5 +1,8 @@
|
|||||||
2001-01-26 Ulrich Drepper <drepper@redhat.com>
|
2001-01-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* conform/data/spawn.h-data: Correct posix_spawnattr_setflags
|
||||||
|
prototype.
|
||||||
|
|
||||||
* conform/conformtest.pl: Define $mustprepend{"signal.h"}.
|
* conform/conformtest.pl: Define $mustprepend{"signal.h"}.
|
||||||
* conform/data/signal.h-data: Fix sigev_notify_function entry.
|
* conform/data/signal.h-data: Fix sigev_notify_function entry.
|
||||||
Fix typo (SIGVALRM -> SIGVTALRM).
|
Fix typo (SIGVALRM -> SIGVTALRM).
|
||||||
|
@ -18,7 +18,7 @@ function int posix_spawnattr_getschedpolicy (const posix_spawnattr_t*, int*)
|
|||||||
function int posix_spawnattr_getsigmask (const posix_spawnattr_t*, sigset_t*)
|
function int posix_spawnattr_getsigmask (const posix_spawnattr_t*, sigset_t*)
|
||||||
function int posix_spawnattr_init (posix_spawnattr_t*)
|
function int posix_spawnattr_init (posix_spawnattr_t*)
|
||||||
function int posix_spawnattr_setsigdefault (posix_spawnattr_t*, const sigset_t*)
|
function int posix_spawnattr_setsigdefault (posix_spawnattr_t*, const sigset_t*)
|
||||||
function int posix_spawnattr_setflags (posix_spawnattr_t*, const sigset_t*)
|
function int posix_spawnattr_setflags (posix_spawnattr_t*, short)
|
||||||
function int posix_spawnattr_setpgroup (posix_spawnattr_t*, pid_t)
|
function int posix_spawnattr_setpgroup (posix_spawnattr_t*, pid_t)
|
||||||
function int posix_spawnattr_setschedparam (posix_spawnattr_t*, const struct sched_param*)
|
function int posix_spawnattr_setschedparam (posix_spawnattr_t*, const struct sched_param*)
|
||||||
function int posix_spawnattr_setschedpolicy (posix_spawnattr_t*, int)
|
function int posix_spawnattr_setschedpolicy (posix_spawnattr_t*, int)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-01-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* semaphore.h (sem_t): Cleanup namespace, rename status and
|
||||||
|
spinlock elements.
|
||||||
|
|
||||||
2001-01-13 Jakub Jelinek <jakub@redhat.com>
|
2001-01-13 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* pthread.c (pthread_onexit_process): Clear
|
* pthread.c (pthread_onexit_process): Clear
|
||||||
|
Loading…
Reference in New Issue
Block a user