[haiku-commits] r41703 - haiku/branches/developer/bonefish/signals/headers/posix

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 24 May 2011 03:38:44 +0200 (CEST)

Author: bonefish
Date: 2011-05-24 03:38:43 +0200 (Tue, 24 May 2011)
New Revision: 41703
Changeset: https://dev.haiku-os.org/changeset/41703

Modified:
   haiku/branches/developer/bonefish/signals/headers/posix/unistd.h
Log:
We do support realtime signals now.


Modified: haiku/branches/developer/bonefish/signals/headers/posix/unistd.h
===================================================================
--- haiku/branches/developer/bonefish/signals/headers/posix/unistd.h    
2011-05-24 01:21:03 UTC (rev 41702)
+++ haiku/branches/developer/bonefish/signals/headers/posix/unistd.h    
2011-05-24 01:38:43 UTC (rev 41703)
@@ -45,7 +45,7 @@
 #define _POSIX_THREAD_ATTR_STACKADDR           (-1)    /* currently 
unsupported */
 #define _POSIX_THREAD_ATTR_STACKSIZE           (200809L)
 #define _POSIX_THREAD_PRIORITY_SCHEDULING      (-1)    /* currently 
unsupported */
-#define _POSIX_REALTIME_SIGNALS                                (-1)    /* 
currently unsupported */
+#define _POSIX_REALTIME_SIGNALS                                (200809L)
 #define _POSIX_MEMORY_PROTECTION                       (200809L)
 #define _POSIX_SEM_VALUE_MAX                           INT_MAX
 #define        _POSIX_SIGQUEUE_MAX                                     32


Other related posts: