(chibi filesystem): conditionalize chown to fix Windows build

This commit is contained in:
Kris Katterjohn 2020-07-08 15:36:21 -04:00
parent 8ae99cff92
commit f4526f7fc8

View file

@ -269,7 +269,9 @@
;;> Sets the file owner and group as in chown.
(define-c int chown (string uid_t gid_t))
(cond-expand
((not windows)
(define-c int chown (string uid_t gid_t))))
;;> Returns \scheme{#t} if the given port of file descriptor
;;> if backed by a TTY object, and \scheme{#f} otherwise.