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