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:
95fa49f
)
Move internal interfaces to include/glob.h.
author
drepper
<drepper>
Tue, 8 Dec 1998 13:11:39 +0000
(13:11 +0000)
committer
drepper
<drepper>
Tue, 8 Dec 1998 13:11:39 +0000
(13:11 +0000)
posix/glob.h
patch
|
blob
|
history
diff --git
a/posix/glob.h
b/posix/glob.h
index
bf0759c
..
6a3ab18
100644
(file)
--- a/
posix/glob.h
+++ b/
posix/glob.h
@@
-183,7
+183,6
@@
extern void globfree64 __P ((glob64_t *__pglob));
This function is not part of the interface specified by POSIX.2
but several programs want to use it. */
-extern int __glob_pattern_p __P ((__const char *__pattern, int __quote));
extern int glob_pattern_p __P ((__const char *__pattern, int __quote));
#endif