Procházet zdrojové kódy

- silence warning about using an undefined token

Bernhard Reutner-Fischer před 17 roky
rodič
revize
bc488462fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libpthread/linuxthreads/descr.h

+ 1 - 1
libpthread/linuxthreads/descr.h

@@ -130,7 +130,7 @@ struct _pthread_descr_struct
     void *__padding[16];
   } p_header;
 # define p_multiple_threads p_header.data.multiple_threads
-#elif TLS_MULTIPLE_THREADS_IN_TCB
+#elif defined TLS_MULTIPLE_THREADS_IN_TCB && TLS_MULTIPLE_THREADS_IN_TCB
   int p_multiple_threads;
 #endif