diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-13 14:12:40 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-13 14:12:40 +0000 |
| commit | 00fb440c1a145b56b6c75fd405d80071aef2aab1 (patch) | |
| tree | cedba41bbd60d21fa5e0f68f5e71c480784553bb /lib/libpthread/thread | |
| parent | 9af491e24b3eb2879550950c538cf42f3e80451d (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 8d302fc8f327..878c0cfa6504 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -64,7 +64,7 @@ * LIBTHREAD_1_0, we need to provide a compatible interface for * those symbols. */ -#if defined(SYMBOL_VERSIONING) && defined(PIC) +#if 0 #define SYM_LT10(sym) __CONCAT(sym, _lt10) #define SYM_FB10(sym) __CONCAT(sym, _fb10) #define SYM_FBP10(sym) __CONCAT(sym, _fbp10) |
