diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-30 18:04:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-30 18:04:21 +0000 |
commit | 73f6403bd41388e22727bd2943c0c78cfed0b4da (patch) | |
tree | 50f527ca8f62cf2cf122b0149aa131a6bc65831e /sysdeps | |
parent | 543fb0c8d48e9eb9b0f59c37f2f8543bd8c4bac3 (diff) | |
download | glibc-73f6403bd41388e22727bd2943c0c78cfed0b4da.tar.gz glibc-73f6403bd41388e22727bd2943c0c78cfed0b4da.tar.xz glibc-73f6403bd41388e22727bd2943c0c78cfed0b4da.zip |
Update.
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/waitid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/waitid.c b/sysdeps/unix/sysv/linux/waitid.c index 207c3d3453..71d5d3aa10 100644 --- a/sysdeps/unix/sysv/linux/waitid.c +++ b/sysdeps/unix/sysv/linux/waitid.c @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <stddef.h> #include <errno.h> #include <sys/wait.h> #include <kernel-features.h> |