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 @@
"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"
......
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