Merge branch 'master' of https://github.com/JehanneOS/jehanne
This commit is contained in:
commit
d0402e9ea3
|
@ -95,7 +95,7 @@ typedef union NativeTypes
|
|||
volatile unsigned int ui;
|
||||
volatile long l;
|
||||
volatile unsigned long ul;
|
||||
volatile void* p;
|
||||
void* p;
|
||||
} NativeTypes;
|
||||
extern volatile NativeTypes* _sysargs;
|
||||
# include "syscalls.h"
|
||||
|
|
2
hacking
2
hacking
|
@ -1 +1 @@
|
|||
Subproject commit 8ff8b9de750772346636fc0e1516bb00d8248c3a
|
||||
Subproject commit 1114e56fb6975e26fecd0466494105cbe42d8b85
|
Loading…
Reference in New Issue