Merge branch 'master' of https://github.com/JehanneOS/jehanne
This commit is contained in:
@ -95,7 +95,7 @@ typedef union NativeTypes
|
|||||||
volatile unsigned int ui;
|
volatile unsigned int ui;
|
||||||
volatile long l;
|
volatile long l;
|
||||||
volatile unsigned long ul;
|
volatile unsigned long ul;
|
||||||
volatile void* p;
|
void* p;
|
||||||
} NativeTypes;
|
} NativeTypes;
|
||||||
extern volatile NativeTypes* _sysargs;
|
extern volatile NativeTypes* _sysargs;
|
||||||
# include "syscalls.h"
|
# include "syscalls.h"
|
||||||
|
2
hacking
2
hacking
Submodule hacking updated: 8ff8b9de75...1114e56fb6
Reference in New Issue
Block a user