Fix style of the libgen.h header.

- Remove unneeded declarations of removed/unimplemented features.
- Add missing tab after #define.
- Add missing ! before trailing comment.
This commit is contained in:
ed 2016-05-29 12:21:54 +00:00
parent bfed8b7764
commit 1d0d6bd7d4

View File

@ -34,17 +34,9 @@
#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_ */