summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-12 19:40:41 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-12 19:40:41 +0000
commit2fb630e447810d268b9cdb20e950e2b2cf09ef52 (patch)
treebb549e616ea52b6501dc04941223fb603b9185e0 /include
parentc752a13fff78cc0e30d79c0462d8628a5f3ff4a8 (diff)
Remove /dev/erandom support, as [h]lfs does not use it in this form.
Diffstat (limited to 'include')
-rw-r--r--include/ssp-internal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/ssp-internal.h b/include/ssp-internal.h
index c82debbd5..bff304fe1 100644
--- a/include/ssp-internal.h
+++ b/include/ssp-internal.h
@@ -21,17 +21,6 @@
#include <signal.h>
#include <linux/unistd.h>
-#ifdef __SSP_USE_ERANDOM__
-# include <sys/sysctl.h>
-#if 1
-# define SYSCTL __sysctl
-#else
-#define __NR__kernel_sysctl __NR_sysctl
-static __always_inline _syscall6(int,__kernel_sysctl,int *,name,int,nlen,void *,oldval,size_t *,oldlenp,void *,newval,size_t,newlen);
-#define SYSCTL(name,nlen,oldval,oldlenp,newval,newlen) __kernel_sysctl(name,nlen,oldval,oldlenp,newval,newlen)
-#endif
-#endif
-
#ifndef __SSP_QUICK_CANARY__
#define __NR___kernel_open __NR_open
static __always_inline _syscall2(int,__kernel_open,const char *,path,int,flags);