Peter S. Mazinger
|
08b258aeb9
waitpid.c: provide __waitpid_nocancel, use cancel.h
|
13 years ago |
Peter S. Mazinger
|
c4b9ff234e
open.c: add cancellation using cancel.h
|
13 years ago |
Peter S. Mazinger
|
15f25e33d9
open64.c: no need for separate cancellation, open handles it already
|
13 years ago |
Peter S. Mazinger
|
2c917b0305
adapt fdatasync, fsync, msync to use cancel.h
|
13 years ago |
Peter S. Mazinger
|
f9af28c64e
creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by open)
|
13 years ago |
Peter S. Mazinger
|
2d9054b39a
pause.c: use cancel.h, provide __libc_pause only for LT_OLD
|
13 years ago |
Peter S. Mazinger
|
6c7c4fb8e1
select: adapt cancelation to use cancel.h
|
13 years ago |
Peter S. Mazinger
|
e4b5997fc1
fork: provide __libc_fork only if THREADS are enabled
|
13 years ago |
Peter S. Mazinger
|
9df9c60aa9
add cancellation for read, write, close
|
13 years ago |
Peter S. Mazinger
|
f6a03f19cf
endian.h: add some handy macros to be used in syscalls
|
13 years ago |
Peter S. Mazinger
|
9f68f0cbf8
cancel.h: add generic file to ease cancellation support
|
13 years ago |
Peter S. Mazinger
|
a92060fe16
wait4.c: provide hidden __wait4_nocancel independent of any guards
|
13 years ago |
Peter S. Mazinger
|
0a043c30ee
vfork: make all archs consistent
|
13 years ago |
Peter S. Mazinger
|
917176e71e
utime[s]: avoid circular dependency
|
13 years ago |
Peter S. Mazinger
|
4dcfe3b269
ustat.c: always_inline syscall
|
13 years ago |
Peter S. Mazinger
|
b10190983a
uname.c,unlink.c: whitespace only
|
13 years ago |
Peter S. Mazinger
|
5046a84d82
umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC
|
13 years ago |
Peter S. Mazinger
|
c6dcc660d3
mount.c: whitespace only
|
13 years ago |
Peter S. Mazinger
|
84dd1527aa
times.c: whitespace only
|
13 years ago |
Peter S. Mazinger
|
1fcbd1764e
umask.c: umask always succeeds, use _syscall_noerr1
|
13 years ago |
Peter S. Mazinger
|
78b0d99085
time.c: move included header for fallback case
|
13 years ago |
Peter S. Mazinger
|
34c0112854
gettimeofday.c: use the same type as in header
|
13 years ago |
Peter S. Mazinger
|
823b22d7c3
provide sysinfo stub
|
13 years ago |
Peter S. Mazinger
|
2dfcffb690
syscalls.h: remove unused headers
|
13 years ago |
Peter S. Mazinger
|
2668ea217f
nanosleep.c, fsync.c: do not inline syscall, it is used twice
|
13 years ago |
Peter S. Mazinger
|
d5f8c6ddc4
brk.c: remove libc_hidden_proto, always_inline syscall
|
13 years ago |
Peter S. Mazinger
|
29f2e0cd6d
sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is defined
|
13 years ago |
Peter S. Mazinger
|
c292baef29
symlink.c: Compile only if syscall is available
|
13 years ago |
Peter S. Mazinger
|
7dc2d2ddee
update acct.h
|
13 years ago |
Peter S. Mazinger
|
6b1fe09331
sync.c: simplify code
|
13 years ago |