This only provides the sysctl wrapper in glibc, which we do not use and is not available in other libc implementations for Linux. Thanks to ncopa from github.
-/* $OpenBSD: getentropy_linux.c,v 1.38 2015/04/27 03:37:06 bcook Exp $ */
+/* $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $ */
/*
* Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
#include <sys/resource.h>
#include <sys/syscall.h>
#ifdef SYS__sysctl
-#include <sys/sysctl.h>
#include <linux/sysctl.h>
#endif
#include <sys/statvfs.h>
-/* $OpenBSD: getentropy_linux.c,v 1.38 2015/04/27 03:37:06 bcook Exp $ */
+/* $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $ */
/*
* Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
#include <sys/resource.h>
#include <sys/syscall.h>
#ifdef SYS__sysctl
-#include <sys/sysctl.h>
#include <linux/sysctl.h>
#endif
#include <sys/statvfs.h>