diff options
author | midipix <writeonce@midipix.org> | 2018-12-19 10:27:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-19 11:15:00 -0500 |
commit | 592c56f44d5faa73068352ebbe61e8f5d6cc8772 (patch) | |
tree | a941a91e0dc5f01b0a10c6895a829cde6db09669 /profiles | |
parent | e308264b99de5f754d6938c90658e7fcc512dc1e (diff) | |
download | sbpython3-592c56f44d5faa73068352ebbe61e8f5d6cc8772.tar.bz2 sbpython3-592c56f44d5faa73068352ebbe61e8f5d6cc8772.tar.xz |
project: custom config: properly detect getrandom availability.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/osapi/linux.h | 1 | ||||
-rw-r--r-- | profiles/osapi/midipix.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h index 54d5142..38893ec 100644 --- a/profiles/osapi/linux.h +++ b/profiles/osapi/linux.h @@ -6,7 +6,6 @@ /* interfaces */ #define HAVE_EPOLL 1 -#define HAVE_GETRANDOM_SYSCALL 1 #define HAVE_LINUX_CAN_RAW_FD_FRAMES 1 #define HAVE_SOCKADDR_ALG 1 diff --git a/profiles/osapi/midipix.h b/profiles/osapi/midipix.h index 90bf421..0c3300a 100644 --- a/profiles/osapi/midipix.h +++ b/profiles/osapi/midipix.h @@ -6,9 +6,6 @@ #define HAVE_DIRENT_H 1 #define HAVE_NETPACKET_PACKET_H 1 -/* interfaces */ -#define HAVE_GETRANDOM_SYSCALL 1 - /* os characteristics */ #define RETSIGTYPE void #define SHLIB_EXT ".so" |