summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h')
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h b/ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
index 3c53d26349..b0ba11881f 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
+++ b/ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
@@ -33,16 +33,16 @@
do arguments (read arg5 and arg6 to registers)
setup frame
-
+
check if there are threads, yes jump to pseudo_cancel
-
+
unthreaded:
syscall
check syscall return (jump to pre_end)
set errno
set return to -1
(jump to pre_end)
-
+
pseudo_cancel:
cenable
syscall
@@ -50,14 +50,14 @@
check syscall return (jump to pre_end)
set errno
set return to -1
-
+
pre_end
restore stack
-
+
It is expected that 'ret' and 'END' macros will
- append an 'undo arguments' and 'return' to the
+ append an 'undo arguments' and 'return' to the
this PSEUDO macro. */
-
+
# undef PSEUDO
# define PSEUDO(name, syscall_name, args) \
ENTRY (__##syscall_name##_nocancel) \