about summary refs log tree commit diff
path: root/stdio-common/reg-printf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-04 09:18:22 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-04 09:18:22 +0000
commit8e96ae1a08f419829221ab7e31291606754f0a69 (patch)
treedebc115345fc77bd7938fe58480861fb3fa2533a /stdio-common/reg-printf.c
parent80f6f981b9801b2164c472c3d6be57d96be50219 (diff)
downloadglibc-8e96ae1a08f419829221ab7e31291606754f0a69.tar.gz
glibc-8e96ae1a08f419829221ab7e31291606754f0a69.tar.xz
glibc-8e96ae1a08f419829221ab7e31291606754f0a69.zip
Update.
2002-11-04  Ulrich Drepper  <drepper@redhat.com>

	* manual/examples/dir.c: Don't include <stddef.h>.
	* manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
	Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.

2002-11-02  H.J. Lu  <hjl@gnu.org>

	* stdio-common/reg-printf.c: Include <stddef.h>.
Diffstat (limited to 'stdio-common/reg-printf.c')
-rw-r--r--stdio-common/reg-printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/reg-printf.c b/stdio-common/reg-printf.c
index 99258bd99e..672652ab20 100644
--- a/stdio-common/reg-printf.c
+++ b/stdio-common/reg-printf.c
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <limits.h>
 #include <printf.h>
+#include <stddef.h>
 #include <stdlib.h>
 
 /* Array of functions indexed by format character.  */