diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-01 20:52:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-01 20:52:11 +0000 |
commit | 094116864fb63f57e7428b417a20b1ab0a5e016b (patch) | |
tree | f02f6726c306cf7013255e65c070cd1aa96ad212 | |
parent | 261df086e01887a97ca684758bff1cf6007c2084 (diff) | |
download | glibc-094116864fb63f57e7428b417a20b1ab0a5e016b.zip glibc-094116864fb63f57e7428b417a20b1ab0a5e016b.tar.gz glibc-094116864fb63f57e7428b417a20b1ab0a5e016b.tar.bz2 |
Update.
2000-05-01 Ulrich Drepper <drepper@redhat.com>
* posix/Versions: Change posix_spawnattr_getdefault and
posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
and posix_spawnattr_setsigdefault respectively.
* posix/spawn.h: Likewise.
* posix/spawnattr_getdefault.h: Likewise.
* posix/spawnattr_setdefault.h: Likewise.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-05-01 Ulrich Drepper <drepper@redhat.com> + + * posix/Versions: Change posix_spawnattr_getdefault and + posix_spawnattr_setdefault to posix_spawnattr_getsigdefault + and posix_spawnattr_setsigdefault respectively. + * posix/spawn.h: Likewise. + * posix/spawnattr_getdefault.h: Likewise. + * posix/spawnattr_setdefault.h: Likewise. + 2000-05-01 Andreas Jaeger <aj@suse.de> * nscd/nscd.c: Include <grp.h> for setgroups prototype. |