summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
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/libpthread/pthread.map
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/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map41
1 files changed, 21 insertions, 20 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index 31ee580..17b522e 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -1,14 +1,15 @@
-# $FreeBSD$
+/*
+ * $FreeBSD$
+ */
-#
-# Hack. libpthread had versioning before libc, but we need to
-# reside in the same namespace as libc if we want to override
-# libc functions. Use this so we don't break older applications
-# that require symbols from "LIBTHREAD_1_0".
-#
-# From now on, use the same naming scheme as libc.
-#
-#
+/*
+ * Hack. libpthread had versioning before libc, but we need to
+ * reside in the same namespace as libc if we want to override
+ * libc functions. Use this so we don't break older applications
+ * that require symbols from "LIBTHREAD_1_0".
+ *
+ * From now on, use the same naming scheme as libc.
+ */
LIBTHREAD_1_0 {
global:
___creat;
@@ -341,7 +342,7 @@ global:
write;
writev;
- # Debugger needs these.
+ /* Debugger needs these. */
_libkse_debug;
_thread_activated;
_thread_active_threads;
@@ -369,9 +370,9 @@ local:
*;
};
-#
-# Use the same naming scheme as libc.
-#
+/*
+ * Use the same naming scheme as libc.
+ */
FBSD_1.0 {
global:
__error;
@@ -531,11 +532,11 @@ local:
*;
};
-#
-# List the private interfaces reserved for use in FreeBSD libraries.
-# These are not part of our application ABI.
-#
-FBSDprivate {
+/*
+ * List the private interfaces reserved for use in FreeBSD libraries.
+ * These are not part of our application ABI.
+ */
+FBSDprivate_1.0 {
global:
___creat;
__accept;
@@ -706,7 +707,7 @@ global:
_wait;
_waitpid;
- # Debugger needs these.
+ /* Debugger needs these. */
_libkse_debug;
_thread_activated;
_thread_active_threads;
OpenPOWER on IntegriCloud