diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 05:30:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 05:30:29 +0000 |
commit | da23829807c8e5f4c5a179a3fa693250f9d7f6c1 (patch) | |
tree | 2de0ef3e874f36cd5f1c79cf5821f2ad77bb74b6 /ChangeLog | |
parent | 3eee1304546b2562810efb96d48299bba41a6cbe (diff) | |
download | glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.gz glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.xz glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.zip |
Update.
* conform/conformtest.pl: Implement optional-element. Define $mustprepend{"sched.h"}. * conform/data/sched.h-data: Make sporadic scheduler definitions optional. * pwd/pwd.h: Don't define getpwent_r for XPG.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bef8a11e41..5f0f7280ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2001-01-26 Ulrich Drepper <drepper@redhat.com> + * conform/conformtest.pl: Implement optional-element. Define + $mustprepend{"sched.h"}. + + * conform/data/sched.h-data: Make sporadic scheduler definitions + optional. + + * pwd/pwd.h: Don't define getpwent_r for XPG. + * io/sys/poll.h: Define nfds_t and use it in poll prototype. * sysdeps/generic/poll.c: Use nfds_t type in function definition. * sysdeps/mach/hurd/poll.c: Likewise. |