summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-191-68/+4
| | | | | | | | The cris/hppa code appears to be easy to convert, so go ahead and do it for them. Build tested only. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* 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>
* Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵Carmelo Amoroso2008-06-181-3/+3
| | | | specific with trunk
* Merge from trunk."Steven J. Hill"2006-12-161-3/+0
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-8/+3
|
* Merge from trunk."Steven J. Hill"2006-02-281-0/+8
|
* Cosmetic changes.Tobias Anderberg2003-08-271-1/+1
|
* * Added clone() system call.Tobias Anderberg2002-09-201-8/+157
| | | | | | | | | | | | * Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c.
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+10