diff options
Diffstat (limited to 'sysdeps/unix/_exit.S')
-rw-r--r-- | sysdeps/unix/_exit.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/_exit.S b/sysdeps/unix/_exit.S index a171689473..50eb687d68 100644 --- a/sysdeps/unix/_exit.S +++ b/sysdeps/unix/_exit.S @@ -20,3 +20,4 @@ Cambridge, MA 02139, USA. */ PSEUDO (_exit, exit, 1) /* Shouldn't get here. */ +PSEUDO_END(_exit) |