search for: maximilan

Displaying 1 result from an estimated 1 matches for "maximilan".

Did you mean: maximilian
2012 May 21
0
[klibc:master] SYSCALLS.def: add openat() on 64-bit platforms
...;hpa at zytor.com> CommitDate: Mon, 21 May 2012 10:24:45 -0700 [klibc] SYSCALLS.def: add openat() on 64-bit platforms We had __openat() as a system call on 32 bits, wrappered in openat.c; however, the unwrappered system call used on 64-bit platforms 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...