aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2007-04-29 15:27:23 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2007-04-29 15:27:23 +0000
commit23daef56b332c87464267d68013fe6e8d7580d47 (patch)
treeb8c22607a28aaeade2f54822e0b87b72163e76fa
parentb5a71dda238a9213eaaa0d22bb311d4c5da94bdf (diff)
downloadsrc-23daef56b332c87464267d68013fe6e8d7580d47.tar.gz
src-23daef56b332c87464267d68013fe6e8d7580d47.zip
Catch up with the renaming of the private version namespace.
Notes
Notes: svn path=/head/; revision=169094
-rw-r--r--lib/libkse/thread/thr_private.h2
-rw-r--r--lib/libpthread/thread/thr_private.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/thread/thr_private.h b/lib/libkse/thread/thr_private.h
index 152b90d28b1a..8d302fc8f327 100644
--- a/lib/libkse/thread/thr_private.h
+++ b/lib/libkse/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)
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 152b90d28b1a..8d302fc8f327 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)