From 15c096778f3dca29f71f1d9aa8595e34ce9db431 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sun, 29 Apr 2007 16:14:17 +0000 Subject: [PATCH] Make sure FBSDprivate_1.0 is located at the end of the version inheritance chain. --- lib/libc/Versions.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 3db374b7769..2cbfec18cdb 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -9,4 +9,4 @@ FBSD_1.0 { # are listed here. We use a separate namespace so we can write # simple ABI-checking tools. FBSDprivate_1.0 { -}; +} FBSD_1.0;