summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/avr32/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* silence shadow warningsBernhard Reutner-Fischer2010-07-141-15/+15
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-2/+2
| | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* syscall: unify common syscall definesMike Frysinger2009-07-081-89/+0
| | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* avr32: Put underscores around asm, inline, etc.Haavard Skinnemoen2008-07-231-8/+8
| | | | | This fixes build breakage introduced in r22868.
* Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt2008-04-241-90/+90
|
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵Carmelo Amoroso2007-11-161-0/+143
<hcegtvedt@atmel.com>