diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2007-04-29 15:27:23 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-04-29 15:27:23 +0000 |
| commit | 23daef56b332c87464267d68013fe6e8d7580d47 (patch) | |
| tree | b8c22607a28aaeade2f54822e0b87b72163e76fa /lib/libkse/thread | |
| parent | b5a71dda238a9213eaaa0d22bb311d4c5da94bdf (diff) | |
Notes
Diffstat (limited to 'lib/libkse/thread')
| -rw-r--r-- | lib/libkse/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 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) |
