search for: 896452c

Displaying 1 result from an estimated 1 matches for "896452c".

2010 Apr 16
0
[PATCH] add minimal faccessat()
...s.o \ + fopen.o fread.o fread2.o fgetc.o fgets.o faccessat.o \ fwrite.o fwrite2.o fputc.o fputs.o puts.o putchar.o \ sleep.o usleep.o strtotimespec.o strtotimeval.o \ raise.o abort.o assert.o alarm.o pause.o \ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index ae58b9b..896452c 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -98,7 +98,7 @@ int swapoff(const char *); * Inode-related system calls */ int access(const char *, int); -<?> int faccessat(int, const char *, int); +<?> int faccessat::__faccessat(int, const char *, int); int lin...