aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/Symbol.map
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit5f864214bbb2612cbb8b1b69d124036711b73946 (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/sys/Symbol.map
parent8d3b75aa339d24e6b235b9867f169c19f9551406 (diff)
downloadsrc-5f864214bbb2612cbb8b1b69d124036711b73946.tar.gz
src-5f864214bbb2612cbb8b1b69d124036711b73946.zip
Notes
Diffstat (limited to 'lib/libc/sys/Symbol.map')
-rw-r--r--lib/libc/sys/Symbol.map25
1 files changed, 14 insertions, 11 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map
index 58e38227f6ed..f437f9451ccd 100644
--- a/lib/libc/sys/Symbol.map
+++ b/lib/libc/sys/Symbol.map
@@ -1,9 +1,12 @@
-# $FreeBSD$
-#
-# It'd be nice to have this automatically generated, but we don't
-# know to what version they will eventually belong, so for now
-# it has to be manual.
-#
+/*
+ * $FreeBSD$
+ */
+
+/*
+ * It'd be nice to have this automatically generated, but we don't
+ * know to what version they will eventually belong, so for now
+ * it has to be manual.
+ */
FBSD_1.0 {
__acl_aclcheck_fd;
__acl_aclcheck_file;
@@ -139,8 +142,8 @@ FBSD_1.0 {
kldunload;
kldunloadf;
kqueue;
- kmq_notify; # Do we want these to be publc interfaces?
- kmq_open; # librt uses them to provide mq_xxx.
+ kmq_notify; /* Do we want these to be publc interfaces? */
+ kmq_open; /* librt uses them to provide mq_xxx. */
kmq_setattr;
kmq_timedreceive;
kmq_timedsend;
@@ -301,8 +304,8 @@ FBSD_1.0 {
thr_set_name;
thr_suspend;
thr_wake;
- ktimer_create; # Do we want these to be publc interfaces?
- ktimer_delete; # librt uses them to provide timer_xxx.
+ ktimer_create; /* Do we want these to be publc interfaces? */
+ ktimer_delete; /* librt uses them to provide timer_xxx. */
ktimer_getoverrun;
ktimer_gettime;
ktimer_settime;
@@ -327,7 +330,7 @@ FBSD_1.0 {
truncate;
};
-FBSDprivate {
+FBSDprivate_1.0 {
___acl_aclcheck_fd;
__sys___acl_aclcheck_fd;
___acl_aclcheck_file;