diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S b/sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S index 5864bfcbc3..945d2e4df1 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,5 +35,6 @@ ENTRY (syscall) SYSCALL_ERROR_HANDLER 1: retl + nop PSEUDO_END (syscall) |