xref: /freebsd-src/cddl/compat/opensolaris/include/solaris.h (revision 3abc9103eb34adbb48853f2361206eba207d6c4f)
1 #ifndef	_SOLARIS_H_
2 #define	_SOLARIS_H_
3 
4 #include <sys/ccompile.h>
5 
6 #define	dirent64	dirent
7 
8 #endif	/* !_SOLARIS_H_ */
9