add stat alias

This commit is contained in:
Glenn Maynard
2002-10-31 05:38:03 +00:00
parent 679fce4ef2
commit d50d1838a5
+1
View File
@@ -191,6 +191,7 @@ float calc_stddev(const float *start, const float *end);
#define chdir _chdir
#define wchdir _wchdir
#define alloca _alloca
#define stat _stat
#endif
#endif