diff options
-rw-r--r-- | lib/libc/Versions.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 68c0f32..3db374b 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -8,5 +8,5 @@ FBSD_1.0 { # strictly for use only by other FreeBSD applications and libraries # are listed here. We use a separate namespace so we can write # simple ABI-checking tools. -FBSDprivate { +FBSDprivate_1.0 { }; |