Use the right _readdir() version on Solaris.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1454 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-01-17 21:22:11 +00:00
parent 569f3a326b
commit 169e7986b3
+4
View File
@@ -20,6 +20,10 @@
// The GPDir structures and functions are used for caching only.
#ifdef __svr4__
# define _POSIX_PTHREAD_SEMANTICS
// For the POSIX variant of r_readdir()
#endif
#include "./stdio.h"