Added entry points for ANSI C
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
long _wait();
|
||||
long _xwait();
|
||||
|
||||
wait(p)
|
||||
int *p;
|
||||
{
|
||||
long l = _wait();
|
||||
long l = _xwait();
|
||||
|
||||
if (l == -1) return -1;
|
||||
if (p) *p = (l >> 16);
|
||||
|
||||
Reference in New Issue
Block a user