mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Disable this library for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9575a18c98
commit
6defc76a85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user