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:
befd6fb
)
Fri May 31 18:27:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
roland
<roland>
Sun, 2 Jun 1996 18:49:34 +0000
(18:49 +0000)
committer
roland
<roland>
Sun, 2 Jun 1996 18:49:34 +0000
(18:49 +0000)
* string/string.h [__USE_MISC]: Declare basename; OSF/1 puts it here.
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
0df63d0
..
905eb7e
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-213,6
+213,11
@@
extern char *strfry __P ((char *__string));
extern __ptr_t memfrob __P ((__ptr_t __s, size_t __n));
#endif
+#ifdef __USE_MISC
+/* Return the file name within directory of FILENAME. */
+extern char *basename __P ((__const char *filename));
+#endif
+
__END_DECLS
#endif /* string.h */