mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
build: Do not provide prototypes for arc4random() on Solaris
These functions are provided by the system.
This commit is contained in:
parent
cf61ebb845
commit
d0d8d0197f
@ -51,7 +51,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
#if !defined(__APPLE__)
|
||||
#if !defined(__APPLE__) && !defined(__sun)
|
||||
#if !defined(__GLIBC__) || \
|
||||
!__GLIBC_PREREQ(2, 36) || \
|
||||
!defined(_DEFAULT_SOURCE)
|
||||
|
Loading…
Reference in New Issue
Block a user