summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/sched.h
AgeCommit message (Collapse)Author
2015-02-17libc: add setns()Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-12-03sched.h: include stdlib.h for malloc/freeBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
Most stuff was taken from the eglibc. Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2006-08-24sync with upstream via psmMike Frysinger
2006-02-22Correct ifndef __ASSEMBLER__Peter S. Mazinger
2006-02-22guard parts w/ __ASSEMBLER__ to be usable in vfork.SPeter S. Mazinger
2006-02-22Made include/bits/pthreadtypes.h compile again as it usesPeter Kjellerstedt
struct __sched_param.
2006-02-22Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
and to better support each arch. This is a really big patch... -Erik