summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/microblaze/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: syscall interfaceSteven J. Magnani2010-11-101-6/+48
| | | | | | | | | Fix the microblaze syscall interface. Recent mainline kernels no longer carry userland code to invoke syscalls and microblaze can use the uClibc generic code. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* add some warnings to archs that need a bit of attentionEric Andersen2006-12-081-0/+1
|
* Microblaze port from the uClinux-dist,David McCullough2003-10-141-0/+19
contributed by John Williams <jwilliams@itee.uq.edu.au>