]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/src/conf/fpathconf.c
Update to musl 1.1.24.
[wasi-libc.git] / libc-top-half / musl / src / conf / fpathconf.c
index b960ba1066a655a055a60f00ed1bccd11a5fcd21..058b62aee953418116c863df60b41181817146f7 100644 (file)
@@ -10,7 +10,7 @@ long fpathconf(int fd, int name)
                [_PC_MAX_INPUT] = _POSIX_MAX_INPUT,
                [_PC_NAME_MAX] = NAME_MAX,
                [_PC_PATH_MAX] = PATH_MAX,
-#ifdef __wasilibc_unmodified_upstream /* WASI has no pipes */
+#ifdef __wasilibc_unmodified_upstream // WASI has no pipes
                [_PC_PIPE_BUF] = PIPE_BUF,
 #else
                [_PC_PIPE_BUF] = -1,