diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-09-04 18:26:16 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-09-16 09:34:35 +0200 |
commit | 1e255d0f6c472bb3c710aea1ea8dc5d27c0fba4a (patch) | |
tree | 0ba8dfc243a00ef955da973b1615a95498579525 /include/compat.h | |
parent | b96f0fc154feef531be76034bf6e38925636146f (diff) |
Add stream I/O abstraction library
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/compat.h')
-rw-r--r-- | include/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h index ee47ef9..343dcf5 100644 --- a/include/compat.h +++ b/include/compat.h @@ -163,6 +163,8 @@ int fchownat(int dirfd, const char *path, int uid, int gid, int flags); int fchmodat(int dirfd, const char *path, int mode, int flags); int chdir(const char *path); + +void w32_perror(const char *str); #else #include <sys/types.h> #include <sys/stat.h> |