diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/unistd.h b/include/unistd.h deleted file mode 100644 index 9b12034..0000000 --- a/include/unistd.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* | ||
2 | * Public domain | ||
3 | * unistd.h compatibility shim | ||
4 | */ | ||
5 | |||
6 | #include_next <unistd.h> | ||
7 | |||
8 | #ifndef LIBCRYPTOCOMPAT_UNISTD_H | ||
9 | #define LIBCRYPTOCOMPAT_UNISTD_H | ||
10 | |||
11 | #ifndef HAVE_GETENTROPY | ||
12 | int getentropy(void *buf, size_t buflen); | ||
13 | #endif | ||
14 | |||
15 | #endif | ||