diff options
author | deischen <deischen@FreeBSD.org> | 2007-04-29 14:05:22 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-04-29 14:05:22 +0000 |
commit | 2a7306fdc570c474f76b95120a54af2235ed16da (patch) | |
tree | 5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/i386/Symbol.map | |
parent | dd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff) | |
download | FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz |
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libc/i386/Symbol.map')
-rw-r--r-- | lib/libc/i386/Symbol.map | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/libc/i386/Symbol.map b/lib/libc/i386/Symbol.map index 55046a6..1f17793 100644 --- a/lib/libc/i386/Symbol.map +++ b/lib/libc/i386/Symbol.map @@ -1,12 +1,14 @@ -# $FreeBSD$ +/* + * $FreeBSD$ + */ -# -# This only needs to contain symbols that are not listed in -# symbol maps from other parts of libc (i.e., not found in -# stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). -# +/* + * This only needs to contain symbols that are not listed in + * symbol maps from other parts of libc (i.e., not found in + * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). + */ FBSD_1.0 { - # PSEUDO syscalls + /* PSEUDO syscalls */ _exit; _setjmp; @@ -49,8 +51,8 @@ FBSD_1.0 { ___tls_get_addr; }; -FBSDprivate { - # PSEUDO syscalls +FBSDprivate_1.0 { + /* PSEUDO syscalls */ __sys_getlogin; _getlogin; __sys_exit; |