Displaying 1 result from an estimated 1 matches for "35bcdcf".
2012 May 21
0
[klibc:master] SYSCALLS.def: add openat() on 64-bit platforms
...issing from SYSCALLS.def.
Reported-by: Maximilan Attems <max at stro.at>
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
usr/klibc/SYSCALLS.def | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 70838b8..35bcdcf 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -157,6 +157,7 @@ int getcwd::__getcwd(char *, size_t);
<!i386,m68k,64> int open::__open(const char *, int, mode_t);
<?!i386,m68k,64> int openat::__openat(int, const char *, int, mode_t);
<64> int open(const cha...