search for: 70838b8

Displaying 2 results from an estimated 2 matches for "70838b8".

Did you mean: 7083848
2012 May 17
1
Last call for klibc 2.0...
I think it's time to issue an official call for anything missing in klibc 2.0... testing would also be appreciated. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2012 May 21
0
[klibc:master] SYSCALLS.def: add openat() on 64-bit platforms
...rms was missing 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(...