aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-27 05:30:29 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-27 05:30:29 +0000
commitda23829807c8e5f4c5a179a3fa693250f9d7f6c1 (patch)
tree2de0ef3e874f36cd5f1c79cf5821f2ad77bb74b6 /ChangeLog
parent3eee1304546b2562810efb96d48299bba41a6cbe (diff)
downloadglibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.zip
glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.gz
glibc-da23829807c8e5f4c5a179a3fa693250f9d7f6c1.tar.bz2
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bef8a11..5f0f728 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.