summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libgen.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/libgen.h b/include/libgen.h
index 0d4472f..28c0067 100644
--- a/include/libgen.h
+++ b/include/libgen.h
@@ -29,22 +29,14 @@
*/
#ifndef _LIBGEN_H_
-#define _LIBGEN_H_
+#define _LIBGEN_H_
#include <sys/cdefs.h>
__BEGIN_DECLS
-
char *basename(const char *);
char *basename_r(const char *, char *);
char *dirname(const char *);
-#if 0
-char *regcmp(const char *, ...);
-char *regex(const char *, const char *, ...);
-
-extern char *__loc1;
-#endif
-
__END_DECLS
-#endif /* _LIBGEN_H_ */
+#endif /* !_LIBGEN_H_ */
OpenPOWER on IntegriCloud