diff options
Diffstat (limited to 'shadow/putspent.c')
-rw-r--r-- | shadow/putspent.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shadow/putspent.c b/shadow/putspent.c index 5e27340b5d..6dad45f401 100644 --- a/shadow/putspent.c +++ b/shadow/putspent.c @@ -20,8 +20,6 @@ #include <stdio.h> #include <shadow.h> -#define flockfile(s) _IO_flockfile (s) -#define funlockfile(s) _IO_funlockfile (s) #define _S(x) x ? x : "" |