Skip to content
Snippets Groups Projects
Commit 1fe89808 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove exports.

parent d76358f8
No related branches found
No related tags found
No related merge requests found
......@@ -67,142 +67,6 @@
;; Must be set to NIL initially to enable building Lisp!
(defvar *filename-encoding* nil)
(export '(
daddr-t caddr-t ino-t swblk-t size-t time-t dev-t off-t uid-t gid-t
blkcnt-t fsblkcnt-t fsfilcnt-t
unix-lockf f_ulock f_lock f_tlock f_test
timeval tv-sec tv-usec timezone tz-minuteswest tz-dsttime
itimerval it-interval it-value tchars t-intrc t-quitc t-startc
t-stopc t-eofc t-brkc ltchars t-suspc t-dsuspc t-rprntc t-flushc
t-werasc t-lnextc sgttyb sg-ispeed sg-ospeed sg-erase sg-kill
sg-flags winsize ws-row ws-col ws-xpixel ws-ypixel
direct d-off d-ino d-reclen d-name
stat st-dev st-mode st-nlink st-uid st-gid st-rdev st-size
st-atime st-mtime st-ctime st-blksize st-blocks
s-ifmt s-ifdir s-ifchr s-ifblk s-ifreg s-iflnk s-ifsock
s-isuid s-isgid s-isvtx s-iread s-iwrite s-iexec
ruseage ru-utime ru-stime ru-maxrss ru-ixrss ru-idrss
ru-isrss ru-minflt ru-majflt ru-nswap ru-inblock ru-oublock
ru-msgsnd ru-msgrcv ru-nsignals ru-nvcsw ru-nivcsw
rlimit rlim-cur rlim-max sc-onstack sc-mask sc-pc
unix-errno get-unix-error-msg
prot_read prot_write prot_exec prot_none
map_shared map_private map_fixed map_anonymous
ms_async ms_sync ms_invalidate
unix-mmap unix-munmap unix-msync unix-mprotect
unix-pathname unix-file-mode unix-fd unix-pid unix-uid unix-gid
unix-setitimer unix-getitimer
unix-access r_ok w_ok x_ok f_ok unix-chdir unix-chmod setuidexec
setgidexec savetext readown writeown execown readgrp writegrp
execgrp readoth writeoth execoth unix-fchmod unix-chown unix-fchown
unix-getdtablesize unix-close unix-creat unix-dup unix-dup2
unix-fcntl f-dupfd f-getfd f-setfd f-getfl f-setfl f-getown f-setown
fndelay fappend fasync fcreat ftrunc fexcl unix-link unix-lseek
l_set l_incr l_xtnd unix-mkdir unix-open o_rdonly o_wronly o_rdwr
o_ndelay
o_noctty
o_append o_creat o_trunc o_excl unix-pipe unix-read unix-readlink
unix-rename unix-rmdir unix-fast-select fd-setsize fd-set fd-clr
fd-isset fd-zero unix-select unix-sync unix-fsync unix-truncate
unix-ftruncate unix-symlink unix-unlink unix-write unix-ioctl
unix-uname utsname
tcsetpgrp tcgetpgrp tty-process-group
terminal-speeds tty-raw tty-crmod tty-echo tty-lcase
tty-cbreak
termios
c-lflag
c-iflag
c-oflag
tty-icrnl
tty-ocrnl
veof
vintr
vquit
vstart
vstop
vsusp
c-cflag
c-cc
tty-icanon
vmin
vtime
tty-ixon
tcsanow
tcsadrain
tciflush
tcoflush
tcioflush
tcsaflush
unix-tcgetattr
unix-tcsetattr
tty-ignbrk
tty-brkint
tty-ignpar
tty-parmrk
tty-inpck
tty-istrip
tty-inlcr
tty-igncr
tty-iuclc
tty-ixany
tty-ixoff
tty-imaxbel
tty-opost
tty-olcuc
tty-onlcr
tty-onocr
tty-onlret
tty-ofill
tty-ofdel
tty-isig
tty-xcase
tty-echoe
tty-echok
tty-echonl
tty-noflsh
tty-iexten
tty-tostop
tty-echoctl
tty-echoprt
tty-echoke
tty-pendin
tty-cstopb
tty-cread
tty-parenb
tty-parodd
tty-hupcl
tty-clocal
vintr
verase
vkill
veol
veol2
TIOCGETP TIOCSETP TIOCFLUSH TIOCSETC TIOCGETC TIOCSLTC
TIOCGLTC TIOCNOTTY TIOCSPGRP TIOCGPGRP TIOCGWINSZ TIOCSWINSZ
TIOCSIGSEND
KBDCGET KBDCSET KBDCRESET KBDCRST KBDCSSTD KBDSGET KBDGCLICK
KBDSCLICK FIONREAD unix-exit unix-stat unix-lstat unix-fstat
unix-getrusage unix-fast-getrusage rusage_self rusage_children
unix-gettimeofday
unix-utimes unix-sched-yield unix-setreuid
unix-setregid
unix-getpid unix-getppid
unix-getgid unix-getegid unix-getpgrp unix-setpgrp unix-getuid
unix-getpagesize unix-gethostname unix-gethostid unix-fork
unix-getenv unix-setenv unix-putenv unix-unsetenv
unix-current-directory unix-isatty unix-ttyname unix-execve
unix-socket unix-connect unix-bind unix-listen unix-accept
unix-recv unix-send unix-getpeername unix-getsockname
unix-getsockopt unix-setsockopt unix-openpty
unix-recvfrom unix-sendto unix-shutdown
unix-getpwnam unix-getpwuid unix-getgrnam unix-getgrgid
user-info user-info-name user-info-password user-info-uid
user-info-gid user-info-gecos user-info-dir user-info-shell
group-info group-info-name group-info-gid group-info-members))
(pushnew :unix *features*)
(pushnew :glibc2 *features*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment