sortix--sortix/libc
Jonas 'Sortie' Termansen 05282c86d7 Fix fchownat(2) system call ABI on x86.
This system call has five arguments, of which one is a 64-bit uid_t, and
another is a 64-bit gid_t, which means that 7 registers are needed. However,
x86 only has 5 registers available for system calls. Wrap the system call
with a structure like with mmap(2).
2016-03-26 23:28:36 +01:00
..
arpa/inet
assert
blf
c++
ctype
dirent
dlfcn
err
errno
error
fcntl
fnmatch
fsmarshall
fstab
getopt
grp
include
init
inttypes
ioleast
libgen
locale
malloc
msr
netdb
netinet/in
poll
psctl
pthread
pwd
regex
sched
scram
semaphore
signal
ssp
stdio
stdio_ext
stdlib
string
sys
syslog
termios
time
timespec
ubsan
unistd Fix fchownat(2) system call ABI on x86. 2016-03-26 23:28:36 +01:00
utime
wchar
wctype
x64
x86
.gitignore
Makefile