summaryrefslogtreecommitdiffstats
path: root/lib/libthr
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/libthr
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/libthr')
-rw-r--r--lib/libthr/pthread.map25
1 files changed, 14 insertions, 11 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 1d6f508..1aa8a5c 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -1,4 +1,7 @@
-# $FreeBSD$
+/*
+ * $FreeBSD$
+ */
+
LIBTHREAD_1_0 {
global:
___creat;
@@ -343,7 +346,7 @@ global:
write;
writev;
- # Debugger needs these.
+ /* Debugger needs these. */
_libthr_debug;
_thread_active_threads;
_thread_bp_create;
@@ -373,9 +376,9 @@ local:
*;
};
-#
-# Use the same naming scheme as libc.
-#
+/*
+ * Use the same naming scheme as libc.
+ */
FBSD_1.0 {
global:
__error;
@@ -547,11 +550,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;
___pause;
@@ -730,7 +733,7 @@ global:
_spinunlock;
_vfork;
- # Debugger needs these.
+ /* Debugger needs these. */
_libthr_debug;
_thread_active_threads;
_thread_bp_create;
OpenPOWER on IntegriCloud