diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:01:57 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:01:57 +0000 |
| commit | 8a4b70a7f3d55ce8cdeba9775c7344c1a951bc79 (patch) | |
| tree | 4d50b39e99fdd732f10617c7e22da599e30be135 /libpthread/nptl_db/td_ta_new.c | |
| parent | 7a4daea1ea52c84588630329db7e14cbc4d12c41 (diff) | |
| download | uClibc-alpine-8a4b70a7f3d55ce8cdeba9775c7344c1a951bc79.tar.bz2 uClibc-alpine-8a4b70a7f3d55ce8cdeba9775c7344c1a951bc79.tar.xz | |
Changes to get the NPTL debug library to build and link.
Diffstat (limited to 'libpthread/nptl_db/td_ta_new.c')
| -rw-r--r-- | libpthread/nptl_db/td_ta_new.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl_db/td_ta_new.c b/libpthread/nptl_db/td_ta_new.c index f84049af3..152c27b5e 100644 --- a/libpthread/nptl_db/td_ta_new.c +++ b/libpthread/nptl_db/td_ta_new.c @@ -21,7 +21,11 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> +#ifdef __UCLIBC__ +#include <../nptl/version.h> +#else #include <version.h> +#endif #include "thread_dbP.h" |
