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

Both unix.lisp and unix-glibc2.lisp have unix-rmdir.

parent 8a9a7ae2
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@
"UNIX-GETTIMEOFDAY"
"UNIX-ISATTY"
"UNIX-MKDIR"
"UNIX-RMDIR"
"UNIX-UNLINK"
"TIMEZONE"
"TIMEVAL"
......@@ -303,11 +304,9 @@
;; Tests
"UNIX-SYMLINK"
)
#-linux
(:export "UNIX-RMDIR"
"TCHARS"
(:export "TCHARS"
"LTCHARS"
"D-NAMLEN"
......@@ -662,8 +661,7 @@
"X_OK"
)
#+linux
(:export "UNIX-RMDIR"
"TCHARS"
(:export "TCHARS"
"LTCHARS"
"D-NAMLEN"
......
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