aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/libdummy/dummylib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libdummy/dummylib.c b/runtime/libdummy/dummylib.c
index 195138aadd..aa104f8f8a 100644
--- a/runtime/libdummy/dummylib.c
+++ b/runtime/libdummy/dummylib.c
@@ -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