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

fchmod, creat, and utimes are in both unix and unix-glibc2.

parent c5dfebd6
No related branches found
No related tags found
No related merge requests found
...@@ -294,6 +294,9 @@ ...@@ -294,6 +294,9 @@
"TERMIOS" "TERMIOS"
"UNIX-TCGETATTR" "UNIX-TCGETATTR"
"UNIX-TCSETATTR" "UNIX-TCSETATTR"
"UNIX-FCHMOD"
"UNIX-CREAT"
"UNIX-UTIMES"
) )
#-linux #-linux
(:export "UNIX-RMDIR" (:export "UNIX-RMDIR"
...@@ -311,9 +314,6 @@ ...@@ -311,9 +314,6 @@
;; Hemlock ;; Hemlock
"UNIX-CFGETOSPEED" "UNIX-CFGETOSPEED"
"UNIX-FCHMOD"
"UNIX-CREAT"
"UNIX-UTIMES"
;; Tests ;; Tests
"UNIX-SYMLINK" "UNIX-SYMLINK"
...@@ -679,9 +679,6 @@ ...@@ -679,9 +679,6 @@
;; Hemlock ;; Hemlock
"UNIX-CFGETOSPEED" "UNIX-CFGETOSPEED"
"UNIX-FCHMOD"
"UNIX-CREAT"
"UNIX-UTIMES"
;; Tests ;; Tests
"UNIX-SYMLINK" "UNIX-SYMLINK"
......
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