summaryrefslogtreecommitdiff
path: root/profiles/osapi/linux.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-16 18:26:52 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:41 -0500
commitfbb5430cd995284a15df0264289a3a5c033a0746 (patch)
tree7a5694e58a86c550b886d5fea991b89f5196ef52 /profiles/osapi/linux.h
parent8405f1c9462f7f4dca9bca9576d05daa4bc23f77 (diff)
downloadsbpython3-fbb5430cd995284a15df0264289a3a5c033a0746.tar.bz2
sbpython3-fbb5430cd995284a15df0264289a3a5c033a0746.tar.xz
osapi: handle the getrandom(2) syscall in os-specific headers.
Diffstat (limited to 'profiles/osapi/linux.h')
-rw-r--r--profiles/osapi/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h
index 38893ec..54d5142 100644
--- a/profiles/osapi/linux.h
+++ b/profiles/osapi/linux.h
@@ -6,6 +6,7 @@
/* interfaces */
#define HAVE_EPOLL 1
+#define HAVE_GETRANDOM_SYSCALL 1
#define HAVE_LINUX_CAN_RAW_FD_FRAMES 1
#define HAVE_SOCKADDR_ALG 1