diff --git a/lib/chibi/filesystem.stub b/lib/chibi/filesystem.stub index fe46138b..25ab5fba 100644 --- a/lib/chibi/filesystem.stub +++ b/lib/chibi/filesystem.stub @@ -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.