diff options
Diffstat (limited to 'libpthread/linuxthreads.old/pthread.c')
| -rw-r--r-- | libpthread/linuxthreads.old/pthread.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/pthread.c b/libpthread/linuxthreads.old/pthread.c index 740877f9d..0e0d69896 100644 --- a/libpthread/linuxthreads.old/pthread.c +++ b/libpthread/linuxthreads.old/pthread.c @@ -256,6 +256,7 @@ int __libc_current_sigrtmax (void)      return current_rtmax;  } +#if 0  /* Allocate real-time signal with highest/lowest available     priority.  Please note that we don't use a lock since we assume     this function to be called at program start.  */ @@ -268,6 +269,7 @@ int __libc_allocate_rtsig (int high)      return high ? current_rtmin++ : current_rtmax--;  }  #endif +#endif  /* Initialize the pthread library.     Initialization is split in two functions:  | 
