summaryrefslogtreecommitdiff
path: root/shadow
diff options
context:
space:
mode:
Diffstat (limited to 'shadow')
-rw-r--r--shadow/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shadow/Makefile b/shadow/Makefile
index c52c59db54..cc0efaff6c 100644
--- a/shadow/Makefile
+++ b/shadow/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1996, 2003, 2004 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -29,8 +29,8 @@ routines = getspent getspnam sgetspent fgetspent putspent \
CFLAGS-getspent_r.c = -fexceptions
CFLAGS-getspent.c = -fexceptions
CFLAGS-fgetspent.c = -fexceptions
-CFLAGS-fgetspent_r.c = -fexceptions
-CFLAGS-putspent.c = -fexceptions
+CFLAGS-fgetspent_r.c = -fexceptions -D_IO_MTSAFE_IO
+CFLAGS-putspent.c = -fexceptions -D_IO_MTSAFE_IO
CFLAGS-getspnam.c = -fexceptions
CFLAGS-getspnam_r.c = -fexceptions