Usermode/ld-acess - Slight tweak to headers to stay on spec.
authorJohn Hodge <[email protected]>
Sat, 1 Sep 2012 05:50:06 +0000 (13:50 +0800)
committerJohn Hodge <[email protected]>
Sat, 1 Sep 2012 05:50:06 +0000 (13:50 +0800)
Usermode/Libraries/ld-acess.so_src/include_exp/stddef.h [deleted file]
Usermode/Libraries/ld-acess.so_src/include_exp/stddef_.h [new file with mode: 0644]
Usermode/Libraries/ld-acess.so_src/include_exp/sys/stat.h

diff --git a/Usermode/Libraries/ld-acess.so_src/include_exp/stddef.h b/Usermode/Libraries/ld-acess.so_src/include_exp/stddef.h
deleted file mode 100644 (file)
index 1995839..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _STDDEF_H_
-#define _STDDEF_H_
-
-#include "acess/intdefs.h"
-
-#ifndef NULL
-# define NULL  ((void*)0)
-#endif
-
-typedef __intptr_t     size_t;
-
-#endif
diff --git a/Usermode/Libraries/ld-acess.so_src/include_exp/stddef_.h b/Usermode/Libraries/ld-acess.so_src/include_exp/stddef_.h
new file mode 100644 (file)
index 0000000..1995839
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _STDDEF_H_
+#define _STDDEF_H_
+
+#include "acess/intdefs.h"
+
+#ifndef NULL
+# define NULL  ((void*)0)
+#endif
+
+typedef __intptr_t     size_t;
+
+#endif
index 1813365..31d8b14 100644 (file)
@@ -6,7 +6,7 @@
 #define _SYS_STAT_H_
 
 #include "../acess/intdefs.h"  /* Evil */
-#include "../stddef.h"
+//#include "../stddef.h"
 
 ;
 typedef void   *dev_t; /* TODO: How to identify a device with Acess */

UCC git Repository :: git.ucc.asn.au