[Glibc-bsd-commits] r4562 - trunk/glibc-ports/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:42:41 UTC 2013


Author: ps-guest
Date: 2013-06-22 08:07:29 +0000 (Sat, 22 Jun 2013)
New Revision: 4562

Modified:
   trunk/glibc-ports/fbtl/forward.c
Log:
forward.c - what to do ? the kill syscall have two arguments, not one ...


Modified: trunk/glibc-ports/fbtl/forward.c
===================================================================
--- trunk/glibc-ports/fbtl/forward.c	2013-06-22 08:04:19 UTC (rev 4561)
+++ trunk/glibc-ports/fbtl/forward.c	2013-06-22 08:07:29 UTC (rev 4562)
@@ -207,6 +207,12 @@
 	 attribute_compat_text_section,
 	 (__pthread_unwind_buf_t *buf), (buf), {
 		       /* We cannot call abort() here.  */
+#if 1
+#warning the kill syscall have two arguments, not one ...
+#elaborate what to do properly
+                       asm("hlt"); 
+#else
 		       INTERNAL_SYSCALL_DECL (err);
 		       INTERNAL_SYSCALL (kill, err, 1, SIGKILL);
+#endif		       
 		     })




More information about the Glibc-bsd-commits mailing list