]> sourceware.org Git - newlib-cygwin.git/commitdiff
newlib: Add missing prototype for _getentropy
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Mon, 25 Sep 2023 18:37:45 +0000 (20:37 +0200)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 25 Sep 2023 22:20:25 +0000 (18:20 -0400)
newlib/libc/include/sys/unistd.h

index 80740770038f05e605b48c5139fc8b8b134e3006..25532251c542fdaa762f31b1e37638ed0b7c2b9f 100644 (file)
@@ -262,6 +262,7 @@ void *  _sbrk (ptrdiff_t __incr);
 int     _unlink (const char *__path);
 _READ_WRITE_RETURN_TYPE _write (int __fd, const void *__buf, size_t __nbyte);
 int     _execve (const char *__path, char * const __argv[], char * const __envp[]);
+int     _getentropy (void *, size_t);
 #endif
 
 #if !defined(__INSIDE_CYGWIN__)
This page took 0.036833 seconds and 5 git commands to generate.