about summary refs log tree commit diff
path: root/io/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-14 08:03:54 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-14 08:03:54 +0000
commit9b995718ae13f142edbeb9fcda7dbc48106486da (patch)
tree4467572dcf0cc2c4e55f3513510eaaef3e7dcaee /io/Makefile
parent5737546087fce5c2eebfa60f0c5438fc70b2e248 (diff)
downloadglibc-9b995718ae13f142edbeb9fcda7dbc48106486da.tar.gz
glibc-9b995718ae13f142edbeb9fcda7dbc48106486da.tar.xz
glibc-9b995718ae13f142edbeb9fcda7dbc48106486da.zip
Update.
2003-09-12  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New.
	(__SSIZE_T_TYPE): Define to __SWORD_TYPE for gcc 2.95.x and
	__SLONGWORD_TYPE otherwise.

2003-09-14  Ulrich Drepper  <drepper@redhat.com>

	* io/Makefile (CFLAGS-ftw.c): Add -fexceptions.
	(CFLAGS-ftw64.c): Likewise.

2003-09-13  Ulrich Drepper  <drepper@redhat.com>

	* nscd/Makefile (CFLAGS-nscd_getpw_r.c): Add -fexceptions.
	(CFLAGS-nscd_getgr_r.c): Likewise.
	(CFLAGS-nscd_gethst_r.c): Likewise.
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 0082a9a886..f4956841ae 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -72,6 +72,8 @@ CFLAGS-fstatfs.c = -fexceptions
 CFLAGS-statvfs.c = -fexceptions
 CFLAGS-fstatvfs.c = -fexceptions
 CFLAGS-fts.c = -fexceptions
+CFLAGS-ftw.c = -fexceptions
+CFLAGS-ftw64.c = -fexceptions
 CFLAGS-lockf.c = -fexceptions
 CFLAGS-posix_fallocate.c = -fexceptions
 CFLAGS-posix_fallocate64.c = -fexceptions