Logo
Explore Help
Sign In
factotum/libressl-portable
1
Fork 0
You've already forked libressl-portable
Code Issues Pull Requests Packages Projects Releases Wiki Activity
libressl-portable/include/unistd.h

15 lines
220 B
C
Raw Normal View History

initial top-level import of subdirectories
2014-07-10 06:21:51 -05:00
#include_next <unistd.h>
#ifndef LIBCRYPTOCOMPAT_UNISTD_H
#define LIBCRYPTOCOMPAT_UNISTD_H
Guard individual compatibility header prototypes. This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@
2014-07-28 12:09:38 -05:00
#ifdef NO_GETENTROPY
initial top-level import of subdirectories
2014-07-10 06:21:51 -05:00
int getentropy(void *buf, size_t buflen);
Guard individual compatibility header prototypes. This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@
2014-07-28 12:09:38 -05:00
#endif
#ifdef NO_ISSETUGID
initial top-level import of subdirectories
2014-07-10 06:21:51 -05:00
int issetugid(void);
Guard individual compatibility header prototypes. This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@
2014-07-28 12:09:38 -05:00
#endif
initial top-level import of subdirectories
2014-07-10 06:21:51 -05:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API