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:
3903222
)
Add prototype for next_brace_sub.
author
drepper
<drepper>
Sun, 24 Aug 1997 10:37:07 +0000
(10:37 +0000)
committer
drepper
<drepper>
Sun, 24 Aug 1997 10:37:07 +0000
(10:37 +0000)
posix/glob.c
patch
|
blob
|
history
diff --git
a/posix/glob.c
b/posix/glob.c
index
6a82fe0
..
b6e087e
100644
(file)
--- a/
posix/glob.c
+++ b/
posix/glob.c
@@
-252,6
+252,11
@@
extern char *alloca ();
#undef GLOB_PERIOD
#include <glob.h>
\f
+static
+#if __GNUC__ - 0 >= 2
+inline
+#endif
+const char *next_brace_sub __P ((const char *begin));
static int glob_in_dir __P ((const char *pattern, const char *directory,
int flags,
int (*errfunc) __P ((const char *, int)),