From 1bc6485eee416ba4b60e7b362eeecf9b20f804b1 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sun, 10 May 2015 09:23:45 -0700 Subject: [PATCH] fchmod, creat, and utimes are in both unix and unix-glibc2. --- src/code/exports.lisp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/code/exports.lisp b/src/code/exports.lisp index 1e73bc182..c4b7b7c7c 100644 --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -294,6 +294,9 @@ "TERMIOS" "UNIX-TCGETATTR" "UNIX-TCSETATTR" + "UNIX-FCHMOD" + "UNIX-CREAT" + "UNIX-UTIMES" ) #-linux (:export "UNIX-RMDIR" @@ -311,9 +314,6 @@ ;; Hemlock "UNIX-CFGETOSPEED" - "UNIX-FCHMOD" - "UNIX-CREAT" - "UNIX-UTIMES" ;; Tests "UNIX-SYMLINK" @@ -679,9 +679,6 @@ ;; Hemlock "UNIX-CFGETOSPEED" - "UNIX-FCHMOD" - "UNIX-CREAT" - "UNIX-UTIMES" ;; Tests "UNIX-SYMLINK" -- GitLab