- reworked the large pagesize patch; it seems to be always PAGESIZE*2+1
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 4 Feb 2007 17:17:02 +0000 (17:17 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 4 Feb 2007 17:17:02 +0000 (17:17 +0000)
commit0a3cd29c62ceea9fb131e509229572c452f4c294
treeb117b12b08da81d50488b7084557717d6475499e
parente1090a987657136a4884f7fe36b7c0c31e966df1
- reworked the large pagesize patch; it seems to be always PAGESIZE*2+1
  bytes required to trigger a SIGBUS. Since PAGESIZE is not available
  directly, use sysconf(3) to get this value and memset(3) to initialize
  buffer
- removed byte crap

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2484 94cd875c-1c1d-0410-91d2-eb244daf1a30
lib_internal/testsuite/sigbus.c