1 2 #ifndef _SOLARIS_H_ 3 #define _SOLARIS_H_ 4 5 #include <sys/ccompile.h> 6 7 #include <fcntl.h> 8 9 #define NOTE(s) 10 11 int mkdirp(const char *, mode_t); 12 13 #endif /* !_SOLARIS_H_ */ 14