commit | 73f5b096056e03d8e27965040faee0af778517fc | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Sat Mar 08 00:50:19 2014 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Sat Mar 08 00:50:19 2014 -0500 |
tree | d079c9e811606f336a2ee3d8b5a3530b3177e4fc | |
parent | e12fda3bffb3558a27834a07a0c936e68eb25741 [diff] |
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.