diff options
author | Tamar Christina <tamar@zhox.com> | 2019-06-01 10:44:30 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:01 -0400 |
commit | 00a23bfda4840546075ec2b2e18f61380b360dfc (patch) | |
tree | 6580c99b280c10b1c4ab73d4b6a74e48ac47800a /utils | |
parent | ceed994acd07259ef3a780ab440185dbb26fff09 (diff) | |
download | haskell-00a23bfda4840546075ec2b2e18f61380b360dfc.tar.gz |
winio: Update Windows FileSystem wrapper utilities.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fs/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fs/fs.h b/utils/fs/fs.h index cb04d54127..9e4b8e2052 100644 --- a/utils/fs/fs.h +++ b/utils/fs/fs.h @@ -45,6 +45,5 @@ int FS(_wunlink) (const wchar_t *filename); int FS(remove) (const char *path); int FS(_wremove) (const wchar_t *path); #else - FILE *FS(fopen) (const char* filename, const char* mode); #endif |