tweak
This commit is contained in:
parent
80568494de
commit
5a2237bb22
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
/* acid.h */
|
/* acid.h */
|
||||||
|
#undef OAPPEND
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
Eof = -1,
|
Eof = -1,
|
||||||
|
|
@ -261,7 +263,6 @@ String* strnode(char*);
|
||||||
String* strnodlen(char*, int);
|
String* strnodlen(char*, int);
|
||||||
#define system acidsystem
|
#define system acidsystem
|
||||||
char* system(void);
|
char* system(void);
|
||||||
Regs* threadregs(uint);
|
|
||||||
int trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
|
int trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
|
||||||
void unwind(void);
|
void unwind(void);
|
||||||
void userinit(void);
|
void userinit(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue