9 #include "misc-fnmatch.h"
15 #include "misc-glob.h"
19 char *realpath(char *path, char resolved_path[]);
27 #define S_ISLNK(mode) ((mode) & S_IFLNK)
31 #define S_ISSOCK(mode) ((mode) & S_IFSOCK)
39 char *realpath(const char *path, char resolved_path []);
43 #include <sys/stdtypes.h>
44 extern time_t timezone;
48 #include <sys/stdtypes.h>
49 #define realloc(ptr,size) myrealloc(ptr,size)
50 extern void *myrealloc(void *, size_t);