Explorar o código

- silence warning about using an undefined token

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
bc488462fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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