about summary refs log tree commit diff
path: root/argp/argp-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'argp/argp-help.c')
-rw-r--r--argp/argp-help.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c
index f5d96fb1ef..5ab6aa7863 100644
--- a/argp/argp-help.c
+++ b/argp/argp-help.c
@@ -62,11 +62,6 @@ char *alloca ();
 # endif
 #endif
 
-#ifdef USE_IN_LIBIO
-# define flockfile(s) _IO_flockfile (s)
-# define funlockfile(s) _IO_funlockfile (s)
-#endif
-
 #include "argp.h"
 #include "argp-fmtstream.h"
 #include "argp-namefrob.h"