mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
After r255294, building lib/msun's symbol map (using clang as the
preprocessor) gives the following error:
--- Version.map ---
<stdin>:287:4: error: invalid preprocessing directive
# Implemented as weak aliases for imprecise versions
^
1 error generated.
Change the comment to a C-style one, to prevent this error.
Approved by: re (hrs)
This commit is contained in:
parent
60a774426c
commit
f5355ab1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ FBSD_1.3 {
|
|||
log1pl;
|
||||
log2l;
|
||||
logl;
|
||||
# Implemented as weak aliases for imprecise versions
|
||||
/* Implemented as weak aliases for imprecise versions */
|
||||
coshl;
|
||||
erfcl;
|
||||
erfl;
|
||||
|
|
|
|||
Loading…
Reference in a new issue