summaryrefslogtreecommitdiffstats
path: root/include/sys/personality.h
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-081-0/+73
syscalls, which had managed to stay unimplemented thus far. -Erik