projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ca47d
)
Remove broken definition of flockfile and funlockfile.
author
drepper
<drepper>
Tue, 12 Oct 1999 15:24:06 +0000
(15:24 +0000)
committer
drepper
<drepper>
Tue, 12 Oct 1999 15:24:06 +0000
(15:24 +0000)
argp/argp-help.c
patch
|
blob
|
history
diff --git
a/argp/argp-help.c
b/argp/argp-help.c
index
f5d96fb
..
5ab6aa7
100644
(file)
--- 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"