Usermode - Moved CLONE_VM from libposix to ld-acess
authorJohn Hodge (sonata) <[email protected]>
Sat, 19 Jan 2013 11:35:33 +0000 (19:35 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 19 Jan 2013 11:35:33 +0000 (19:35 +0800)
Usermode/Libraries/ld-acess.so_src/include_exp/acess/sys.h
Usermode/Libraries/libposix.so_src/include_exp/sys/types.h

index c798702..d9d3173 100644 (file)
@@ -33,6 +33,8 @@
 #define GETMSG_IGNORE  ((void*)-1)
 #define FILEFLAG_DIRECTORY     0x10
 #define FILEFLAG_SYMLINK       0x20
+#define CLONE_VM       0x10
+
 
 // === TYPES ===
 
index db78b5a..9b7aac0 100644 (file)
@@ -13,8 +13,6 @@ typedef unsigned int  u_int;
 typedef struct stat    t_fstat;
 
 
-#define CLONE_VM       0x10
-
 typedef unsigned int   id_t;
 typedef unsigned long  pid_t;
 typedef unsigned long  tid_t;

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