Print this page
remove support for non-ANSI compilation
@@ -19,10 +19,11 @@
*
* CDDL HEADER END
*/
/*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
* Copyright 1985, 1992 by Mortice Kern Systems Inc. All rights reserved.
*/
/*
* Copyright (c) 1989, 1993
@@ -157,23 +158,14 @@
#else /* __PRAGMA_REDEFINE_EXTNAME */
#define glob _glob_ext
#define globfree _globfree_ext
#endif /* __PRAGMA_REDEFINE_EXTNAME */
-#if defined(__STDC__)
-
extern int glob(const char *_RESTRICT_KYWD, int, int(*)(const char *, int),
glob_t *_RESTRICT_KYWD);
extern void globfree(glob_t *);
-#else /* __STDC__ */
-
-extern int glob();
-extern void globfree();
-
-#endif /* __STDC__ */
-
#ifdef __cplusplus
}
#endif
#endif /* _GLOB_H */