in sys/procfs.h, avoid using __WORDSIZE macro
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Mar 2014 05:50:19 +0000 (00:50 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 8 Mar 2014 05:50:19 +0000 (00:50 -0500)
commit73f5b096056e03d8e27965040faee0af778517fc
treed079c9e811606f336a2ee3d8b5a3530b3177e4fc
parente12fda3bffb3558a27834a07a0c936e68eb25741
in sys/procfs.h, avoid using __WORDSIZE macro

this was problematic because several archs don't define __WORDSIZE. we
could add it, but I would rather phase this macro out in the long
term. in our version of the headers, UINTPTR_MAX is available here, so
just use it instead.
include/sys/procfs.h