Don't include sys/personality.h in linux-low.cc anymore
[deliverable/binutils-gdb.git] / gdbserver / linux-low.cc
index 251a54f5c4aa0bad78c23405fd1be375a3d876da..ca3d25943df74e40d7db7d86492fb6d06b578a4a 100644 (file)
 #endif
 #include "nat/linux-namespaces.h"
 
-#ifdef HAVE_PERSONALITY
-# include <sys/personality.h>
-# if !HAVE_DECL_ADDR_NO_RANDOMIZE
-#  define ADDR_NO_RANDOMIZE 0x0040000
-# endif
-#endif
-
 #ifndef O_LARGEFILE
 #define O_LARGEFILE 0
 #endif
This page took 0.024138 seconds and 4 git commands to generate.