소스 검색

- silence warning about using an undefined token

Bernhard Reutner-Fischer 19 년 전
부모
커밋
bc488462fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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