diff options
Diffstat (limited to 'sysdeps/unix/syscall.S')
-rw-r--r-- | sysdeps/unix/syscall.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/syscall.S b/sysdeps/unix/syscall.S index e3ef1775dc..d3f13dcc4f 100644 --- a/sysdeps/unix/syscall.S +++ b/sysdeps/unix/syscall.S @@ -27,3 +27,4 @@ Cambridge, MA 02139, USA. */ SYSCALL (syscall, 1) ret +PSEUDO_END(syscall) |