diff options
Diffstat (limited to 'libc/sysdeps/linux/nios/crtbegin.c')
-rw-r--r-- | libc/sysdeps/linux/nios/crtbegin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/nios/crtbegin.c b/libc/sysdeps/linux/nios/crtbegin.c index c52999027..ac3f23f84 100644 --- a/libc/sysdeps/linux/nios/crtbegin.c +++ b/libc/sysdeps/linux/nios/crtbegin.c @@ -33,5 +33,5 @@ dummy_fini(void) __asm__ __volatile__ (".section .fini"); (*call__dtors)(); __asm__ __volatile__ (".section .trash"); - + } |