diff options
author | deischen <deischen@FreeBSD.org> | 2007-04-29 15:27:23 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-04-29 15:27:23 +0000 |
commit | b7809333802215fceff57f73f47f202530d3863f (patch) | |
tree | b8c22607a28aaeade2f54822e0b87b72163e76fa /lib/libpthread/thread/thr_private.h | |
parent | bb377be75bad7428776fef168a1a4a1d1ed489ae (diff) | |
download | FreeBSD-src-b7809333802215fceff57f73f47f202530d3863f.zip FreeBSD-src-b7809333802215fceff57f73f47f202530d3863f.tar.gz |
Catch up with the renaming of the private version namespace.
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-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 152b90d..8d302fc 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -84,7 +84,7 @@ #define LT10_COMPAT_PRIVATE(sym) \ LT10_COMPAT(sym); \ WEAK_REF(sym, SYM_FBP10(sym)); \ - SYM_DEFAULT(sym, SYM_FBP10(sym), FBSDprivate) + SYM_DEFAULT(sym, SYM_FBP10(sym), FBSDprivate_1.0) #else #define LT10_COMPAT_DEFAULT(sym) #define LT10_COMPAT_PRIVATE(sym) |