summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/sh/syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
* * libc/sys/sh/syscalls.c (_isatty): New.DJ Delorie2008-01-221-0/+7
|
* 2007-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-07-061-1/+1
| | | | | | | | | | | | | * libc/include/sys/time.h (gettimeofday): Change to proper prototype where second parameter is void *. * libc/reent/gettimeofdayr.c (_gettimeofday_r): Change prototype accordingly. * libc/include/reent.h: Fix prototype for _gettimeofday_r. * libc/sys/arm/syscalls.c: Fix gettimeofday function signature. * libc/sys/rdos/gettod.c: Ditto. * libc/sys/sh/syscalls.c: Ditto. * libc/time/time.c (time): Change call to _gettimeofday_r to pass NULL as 2nd argument.
* * libc/sys/sh/sys/syscall.h (SYS_get_argc, SYS_get_argN_len,Alexandre Oliva2001-02-011-0/+28
| | | | | | SYS_get_argN): * libc/sys/sh/syscalls.c (__setup_argv_for_main, __setup_argv_and_call_main): New.
* * libc/sys/sh/syscalls.c (_times): New.Alexandre Oliva2001-01-261-0/+8
|
* * configure.host (sh*-*-*): Add -DHAVE_GETTIMEOFDAY to newlib_cflags.Alexandre Oliva2001-01-251-0/+9
| | | | * libc/sys/sh/syscalls.c (_gettimeofday): New.
* 2000-11-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-11-301-0/+6
| | | | * libc/sys/sh/syscalls.c (_link): New stub.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+170