summaryrefslogtreecommitdiffstats
path: root/include/sys/personality.h
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-081-0/+73
syscalls, which had managed to stay unimplemented thus far. -Erik