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/string | |
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/string')
-rw-r--r-- | lib/libc/string/Symbol.map | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/Symbol.map b/lib/libc/string/Symbol.map index 577727a..ad9f743 100644 --- a/lib/libc/string/Symbol.map +++ b/lib/libc/string/Symbol.map @@ -1,4 +1,6 @@ -# $FreeBSD$ +/* + * $FreeBSD$ + */ FBSD_1.0 { bcmp; @@ -75,6 +77,6 @@ FBSD_1.0 { wmemset; }; -FBSDprivate { +FBSDprivate_1.0 { __strtok_r; }; |