summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-14/+0
| | | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* syscall: unify common syscall definesMike Frysinger2009-07-091-54/+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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Get rid of the following annoying warnings on ppc:Denis Vlasenko2009-01-031-17/+18
| | | | | | warning: nested extern declaration of '__illegally_sized_syscall_argN' From Stefan Assmann (sassmann AT suse.de)
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-181-28/+183
| | | | trunk
* Merge from trunk."Steven J. Hill"2006-12-161-5/+0
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-3/+7
|
* Merge from trunk."Steven J. Hill"2005-09-211-10/+13
|
* Sync with trunk."Steven J. Hill"2005-09-171-33/+127
|
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-3/+2
| | | | will go.
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-151-12/+13
| | | | | it compiles properly with gcc 3.3. -Erik
* Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen2003-02-161-5/+5
| | | | some other minor warnings.
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-151-44/+55
| | | | | | | unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-3/+3
|
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-281-1/+0
|
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-0/+5
| | | | -Erik
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-147/+23
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Add in missing syscalls.h for powerpcEric Andersen2001-06-251-0/+180