summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* libgloss: arm: fix copy & paste in syscall.hMike Frysinger2015-04-231-3/+3
| | | | | | This header was clearly copied from the common syscall.h and customized, but the header comment is no longer accurate -- this isn't the general file anymore.
* * arm/syscall.h: New file. To define extra syscall values for RedBoot.Jonathan Larmour2002-04-291-0/+54
* arm/redboot-syscalls.c (_close): Fix setting of errno value. (_lseek): Ditto. (_open): Ditto. (_write): Ditto. (_read): Ditto. (_rename): New function. (_system): Ditto. (_stat): Ditto. (_unlink): Call a syscall for this now. (isatty): Ditto. (_fstat): Ditto. (_gettimeofday): Ditto.