summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/sched.h
AgeCommit message (Collapse)Author
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