summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/str_syscalls.sh
AgeCommit message (Collapse)Author
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
the straight getdents syscall instead of the wrapper (which leaked memory).
2001-03-06Fix unified syscall stuff for changed ?stat. Move fork to syscalls.c wrappedManuel Novoa III
with a check for NO_MMU of course.
2001-02-09Add #define to handle new ptrace support.Manuel Novoa III
2001-01-17Add missing symbol for ipc and ignore commented syscall lines.Manuel Novoa III
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen