Initial revision
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#include <lib.h>
|
||||
#define access _access
|
||||
#include <unistd.h>
|
||||
|
||||
PUBLIC int access(name, mode)
|
||||
_CONST char *name;
|
||||
int mode;
|
||||
{
|
||||
message m;
|
||||
|
||||
m.m3_i2 = mode;
|
||||
_loadname(name, &m);
|
||||
return(_syscall(FS, ACCESS, &m));
|
||||
}
|
||||
Reference in New Issue
Block a user