diff options
Diffstat (limited to 'misc/getpass.c')
-rw-r--r-- | misc/getpass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/getpass.c b/misc/getpass.c index 89c783fe20..9d84a7f9cd 100644 --- a/misc/getpass.c +++ b/misc/getpass.c @@ -22,8 +22,6 @@ #include <unistd.h> #include <wchar.h> -#define flockfile(s) _IO_flockfile (s) -#define funlockfile(s) _IO_funlockfile (s) #include <libc-lock.h> /* It is desirable to use this bit on systems that have it. |