This commit is contained in:
rsc 2005-02-11 16:54:25 +00:00
parent 80568494de
commit 5a2237bb22

View file

@ -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);