diff options
Diffstat (limited to 'libgo/runtime/go-nanotime.c')
-rw-r--r-- | libgo/runtime/go-nanotime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/runtime/go-nanotime.c b/libgo/runtime/go-nanotime.c index d221847..c7adfff 100644 --- a/libgo/runtime/go-nanotime.c +++ b/libgo/runtime/go-nanotime.c @@ -8,11 +8,11 @@ #include "runtime.h" -int64 runtime_nanotime (void) +int64 runtime_nanotime1 (void) __attribute__ ((no_split_stack)); int64 -runtime_nanotime (void) +runtime_nanotime1 (void) { struct timespec ts; |