summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit2a7306fdc570c474f76b95120a54af2235ed16da (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libelf
parentdd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff)
downloadFreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip
FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Version.map14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libelf/Version.map b/lib/libelf/Version.map
index 2c8e81d..147d6c1 100644
--- a/lib/libelf/Version.map
+++ b/lib/libelf/Version.map
@@ -1,6 +1,6 @@
-#
-# $FreeBSD$
-#
+/*
+ * $FreeBSD$
+ */
FBSD_1.0 {
global:
elf32_checksum;
@@ -90,10 +90,10 @@ local:
*;
};
-#
-# Private symbols, mostly test hooks
-#
-FBSDprivate {
+/*
+ * Private symbols, mostly test hooks
+ */
+FBSDprivate_1.0 {
global:
_libelf_set_error;
_libelf_get_max_error;
OpenPOWER on IntegriCloud