summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sched_getaffinity.c
Commit message (Collapse)AuthorAgeFilesLines
* unify stub logicMike Frysinger2011-02-241-6/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
|
* - only compile them if the respective syscalls are availableBernhard Reutner-Fischer2008-09-241-3/+8
|
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* this code does not actually rely on INTERNAL_SYSCALLMike Frysinger2008-01-051-3/+1
|
* Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund2007-02-121-0/+52
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.