Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
7f683946
Commit
7f683946
authored
May 17, 2015
by
Raymond Toy
Browse files
Add exported symbols for solaris unix.lisp.
parent
e46eaa11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/code/exports.lisp
View file @
7f683946
...
...
@@ -357,7 +357,7 @@
"FIONREAD"
"TERMINAL-SPEEDS"
)
#-
linux
#-
(
or
linux
solaris
)
(
:export
"TCHARS"
"LTCHARS"
"D-NAMLEN"
...
...
@@ -397,8 +397,76 @@
"TTY-OCRNL"
"TTY-OFDEL"
"TTY-OFILL"
"TTY-OLCUC"
"TTY-ONLRET"
"TTY-ONOCR"
"TTY-XCASE"
"UNIX-DUP2"
"UNIX-GETITIMER"
"UNIX-PID"
"UNIX-UNAME"
"UTSNAME"
)
#+
solaris
(
:export
"D-INO"
"D-OFF"
"EADV"
"EBADE"
"EBADFD"
"EBADMSG"
"EBADR"
"EBADRQC"
"EBADSLT"
"EBFONT"
"ECANCELED"
"ECHRNG"
"ECOMM"
"EDEADLOCK"
"EIDRM"
"EILSEQ"
"EL2HLT"
"EL2NSYNC"
"EL3HLT"
"EL3RST"
"ELIBACC"
"ELIBBAD"
"ELIBEXEC"
"ELIBMAX"
"ELIBSCN"
"ELNRNG"
"EMULTIHOP"
"ENOANO"
"ENOCSI"
"ENODATA"
"ENOLCK"
"ENOLINK"
"ENOMSG"
"ENONET"
"ENOPKG"
"ENOSR"
"ENOSTR"
"ENOSYS"
"ENOTSUP"
"ENOTUNIQ"
"EOVERFLOW"
"EPROTO"
"EREMCHG"
"ERESTART"
"ESRMNT"
"ESTALE"
"ESTRPIPE"
"ETIME"
"EUNATCH"
"EXFULL"
"O_NOCTTY"
"RCV1EN"
"SIGWAITING"
"TTY-CBAUD"
"TTY-DEFECHO"
"TTY-IUCLC"
"TTY-LOBLK"
"TTY-OCRNL"
"TTY-OFDEL"
"TTY-OFILL"
"TTY-OLCUC"
"TTY-ONLRET"
"TTY-ONOCR"
"TTY-XCASE"
"UNIX-TIMES"
"UTSNAME"
"XMT1EN"
))
(
defpackage
"FORMAT"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment