xref: /freebsd/cddl/compat/opensolaris/include/solaris.h (revision e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6)
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