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