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