Files
wasmtime/src
Dan Gohman 0302f1a164 Make path_get return ENOTDIR when the base isn't a directory.
Return `ENOTDIR` instead of `ENOTCAPABLE` when `*at` functions are
given a non-directory as their base. This is in accordance with POSIX:

https://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html

Currently wasi-libc contains some code to detect such cases and rewrite
`ENOTCAPABLE` to `ENOTDIR`, however it's better for WASI implementations
to just do the right thing in the first place.
2019-10-30 10:20:42 +01:00
..
2019-10-24 11:19:33 +02:00
2019-10-30 09:57:59 +01:00
2019-10-30 09:57:59 +01:00
2019-10-25 17:39:47 +02:00
2019-09-30 19:22:11 +02:00