]> git.proxmox.com Git - wasi-libc.git/commit
Enable support for `utimes` and `futimesat`.
authorDan Gohman <dev@sunfishcode.online>
Fri, 2 Apr 2021 19:18:20 +0000 (12:18 -0700)
committerDan Gohman <dev@sunfishcode.online>
Thu, 10 Mar 2022 22:14:40 +0000 (14:14 -0800)
commit079adff840032c3455eb1cb34dc9ceaa0b2bfc0c
tree8001540082a582e792e3bb9fd7b4bf345800fb18
parent809e2d36b52aaaf48b243ecc149f0298f4394c48
Enable support for `utimes` and `futimesat`.

These can both be implemented in terms of `utimensat`.
Makefile
expected/wasm32-wasi/defined-symbols.txt
libc-bottom-half/sources/posix.c
libc-top-half/musl/include/sys/time.h
libc-top-half/musl/src/stat/futimesat.c