summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sched_getaffinity.c
AgeCommit message (Collapse)Author
2008-01-05this code does not actually rely on INTERNAL_SYSCALLMike Frysinger
2007-02-12Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund
protect its use by #ifdef INTERNAL_SYSCALL since not all arch's has INTERNAL_SYSCALL. All arch's not having INTERNAL_SYSCALL in libc/sysdeps/linux/<arch>/bits/syscalls.h should get an update from glibc.