소스 검색

need to double check internal errno handling wrt libpthread

Mike Frysinger 17 년 전
부모
커밋
de853823e0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libc/misc/internals/internal_errno.h

+ 2 - 0
libc/misc/internals/internal_errno.h

@@ -9,10 +9,12 @@
 #undef errno
 #undef h_errno
 
+/* need to tweak libpthread
 #ifdef __UCLIBC_HAS_THREADS__
 # define errno __uclibc_errno
 # define h_errno __uclibc_h_errno
 #endif
+*/
 
 extern int h_errno;
 libc_hidden_proto(h_errno)