Disable this library for now

llvm-svn: 7857
This commit is contained in:
Chris Lattner 2003-08-15 02:19:43 +00:00
parent 18f5a36838
commit bf6efd1c6c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <sys/stat.h>
#include <unistd.h>
#if 0
int stat(const char *file_name, struct stat *buf) { return 0; }
int fstat(int filedes, struct stat *buf) { return 0; }
int lstat(const char *file_name, struct stat *buf) { return 0; }
@ -140,3 +141,4 @@ double pow(double x, double y) { return x; }
int tolower(int x) { return x; }
int toupper(int x) { return x; }
#endif