diff options
Diffstat (limited to 'pc/include')
-rw-r--r-- | pc/include/fcntl.h | 3 | ||||
-rw-r--r-- | pc/include/process.h | 3 | ||||
-rw-r--r-- | pc/include/stdio.h | 3 | ||||
-rw-r--r-- | pc/include/stdlib.h | 3 | ||||
-rw-r--r-- | pc/include/string.h | 3 | ||||
-rw-r--r-- | pc/include/sys/stat.h | 3 | ||||
-rw-r--r-- | pc/include/sys/types.h | 3 | ||||
-rw-r--r-- | pc/include/time.h | 3 |
8 files changed, 0 insertions, 24 deletions
diff --git a/pc/include/fcntl.h b/pc/include/fcntl.h deleted file mode 100644 index 5ebc7a6b..00000000 --- a/pc/include/fcntl.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <fcntl.h>
-#define __STDC__ 1
diff --git a/pc/include/process.h b/pc/include/process.h deleted file mode 100644 index f511d5f7..00000000 --- a/pc/include/process.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <process.h>
-#define __STDC__ 1
diff --git a/pc/include/stdio.h b/pc/include/stdio.h deleted file mode 100644 index 25fb7c97..00000000 --- a/pc/include/stdio.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <stdio.h>
-#define __STDC__ 1
diff --git a/pc/include/stdlib.h b/pc/include/stdlib.h deleted file mode 100644 index 0789b242..00000000 --- a/pc/include/stdlib.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <stdlib.h>
-#define __STDC__ 1
diff --git a/pc/include/string.h b/pc/include/string.h deleted file mode 100644 index 48e942fa..00000000 --- a/pc/include/string.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <string.h>
-#define __STDC__ 1
diff --git a/pc/include/sys/stat.h b/pc/include/sys/stat.h deleted file mode 100644 index 904d056e..00000000 --- a/pc/include/sys/stat.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <sys/stat.h>
-#define __STDC__ 1
diff --git a/pc/include/sys/types.h b/pc/include/sys/types.h deleted file mode 100644 index b942dda8..00000000 --- a/pc/include/sys/types.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <sys/types.h>
-#define __STDC__ 1
diff --git a/pc/include/time.h b/pc/include/time.h deleted file mode 100644 index b4a9ea3f..00000000 --- a/pc/include/time.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __STDC__
-#include <time.h>
-#define __STDC__ 1
|