summaryrefslogtreecommitdiffstats
path: root/libgloss/mn10300/times.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-10-31 19:19:08 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-10-31 19:19:08 +0000
commit75241b15dbe979163b1cc95df6a5c16e30ddde7b (patch)
tree0b3d11e5730816f974785eb6ff133500620cac8f /libgloss/mn10300/times.c
parent747e5773319f36839927dd67005ceab836ede48d (diff)
downloadcygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.gz
cygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.tar.bz2
cygnal-75241b15dbe979163b1cc95df6a5c16e30ddde7b.zip
2001-10-31 David Howells <dhowells@redhat.com>
* syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values. * mn10300/times.c: Renamed "times" to "_times" so that it can be referenced by newlib. * mn10300/cygmon.c: New file. * mn10300/crt0_redboot.S: Ditto. * mn10300/crt0_cygmon.S: Ditto. * mn10300/Makefile.in: Added RedBoot and Cygmon support. * mn10300/configure.in: Changed to allow for future evaluation boards to be added. * mn10300/configure: Regenerated.
Diffstat (limited to 'libgloss/mn10300/times.c')
-rw-r--r--libgloss/mn10300/times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mn10300/times.c b/libgloss/mn10300/times.c
index b804be4cd..8cdc55ba1 100644
--- a/libgloss/mn10300/times.c
+++ b/libgloss/mn10300/times.c
@@ -6,7 +6,7 @@
clock_t
-times (struct tms *buffer)
+_times (struct tms *buffer)
{
return TRAP0 (SYS_times, buffer, 0, 0);
}