about summary refs log tree commit diff
path: root/linuxthreads/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-12-27 22:15:56 +0000
committerAndreas Schwab <schwab@suse.de>2002-12-27 22:15:56 +0000
commit4f172c25f1c39e86b433075d36f3e6c19e06f136 (patch)
tree9d325e034d5c7125028d6da3fceae77fb1caf6df /linuxthreads/sysdeps
parent9f2567656cc8feb171bf241c06f378d57dc1cd1f (diff)
downloadglibc-4f172c25f1c39e86b433075d36f3e6c19e06f136.tar.gz
glibc-4f172c25f1c39e86b433075d36f3e6c19e06f136.tar.xz
glibc-4f172c25f1c39e86b433075d36f3e6c19e06f136.zip
*** empty log message ***
2002-12-27  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support. 
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h
index 1f1f65fa4d..fb6e92c37a 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h
@@ -37,6 +37,7 @@
   .Lpseudo_cancel:							      \
     CENABLE;								      \
     DOCARGS_##args							      \
+    move.l %d0, -(%sp);							      \
     move.l &SYS_ify (syscall_name), %d0;				      \
     trap &0;								      \
     move.l %d0, %d2;							      \