Skip to content

Commit 66dab20

Browse files
committed
Merge branch 'issue-350-solaris-export-warnings' into 'master'
Fix #350: Fix export warnings on Solaris Closes #350 See merge request cmucl/cmucl!247
2 parents 186fb77 + ef3716d commit 66dab20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/code/exports.lisp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
"TTY-TANDEM"
549549
"TTY-XCASE"
550550
"UNIX-TIMES"
551+
"UNIX-DUP2"
551552
"UTSNAME"
552553
"WRITEGRP"
553554
"WRITEOTH"
@@ -1988,6 +1989,7 @@
19881989
"ALPHA-FASL-FILE-IMPLEMENTATION"
19891990
"SGI-FASL-FILE-IMPLEMENTATION"
19901991
"AMD64-FASL-FILE-IMPLEMENTATION"
1992+
"ARM-FASL-FILE-IMPLEMENTATION"
19911993
"MAKE-UNBOUND-MARKER"
19921994
"RETURN-SINGLE"
19931995
"BACKEND-PAGE-SIZE"

0 commit comments

Comments
 (0)