diff options
author | dzwdz | 2022-07-26 20:40:29 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 20:44:29 +0200 |
commit | 599c916d4cdd06765e0869b0a4d685820384f500 (patch) | |
tree | 7355c35189a4b6e92249f59c76e6d89d5b432f29 /src/user/lib/include/errno.h | |
parent | 350124fb4cfefc90c8f4a60de3da3c5d7da44f01 (diff) |
user: posix-compatible FILE* opening
Diffstat (limited to 'src/user/lib/include/errno.h')
-rw-r--r-- | src/user/lib/include/errno.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/user/lib/include/errno.h b/src/user/lib/include/errno.h new file mode 100644 index 0000000..6686a01 --- /dev/null +++ b/src/user/lib/include/errno.h @@ -0,0 +1,3 @@ +#pragma once +#include <camellia/errno.h> +extern int errno; |