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