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 */
|
||||
#undef OAPPEND
|
||||
|
||||
enum
|
||||
{
|
||||
Eof = -1,
|
||||
|
|
@ -261,7 +263,6 @@ String* strnode(char*);
|
|||
String* strnodlen(char*, int);
|
||||
#define system acidsystem
|
||||
char* system(void);
|
||||
Regs* threadregs(uint);
|
||||
int trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
|
||||
void unwind(void);
|
||||
void userinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue