浏览代码

This header blocked the use of __THROW in libc-internal.h

Peter S. Mazinger 19 年之前
父节点
当前提交
01015a4321
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h

+ 2 - 0
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h

@@ -20,6 +20,8 @@
 #ifndef _BITS_LIBC_TSD_H
 #define _BITS_LIBC_TSD_H 1
 
+#include <libc-internal.h>
+
 /* Fast thread-specific data internal to libc.  */
 enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0,
 			_LIBC_TSD_KEY_DL_ERROR,