svn commit: trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/bits
psm at uclibc.org
psm at uclibc.org
Tue Dec 13 21:33:26 UTC 2005
Author: psm
Date: 2005-12-13 13:31:53 -0800 (Tue, 13 Dec 2005)
New Revision: 12878
Log:
This header blocked the use of __THROW in libc-internal.h
Modified:
trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h 2005-12-13 21:30:04 UTC (rev 12877)
+++ trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h 2005-12-13 21:31:53 UTC (rev 12878)
@@ -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,
More information about the uClibc-cvs
mailing list