summaryrefslogtreecommitdiffstats
path: root/libgloss/mn10300/times.c
diff options
context:
space:
mode:
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);
}