From: Vladimir T. <vtz...@gm...> - 2011-07-28 21:17:43
|
On Thu, Jul 28, 2011 at 5:29 PM, Sam Steingold <sd...@gn...> wrote: $ grep SIZEOF_OFF_T clisp.h config.h syscalls/config.h clisp.h:#define SIZEOF_OFF_T 8 config.h:#define SIZEOF_OFF_T 8 syscalls/config.h:#define SIZEOF_OFF_T 4 $ grep SIZEOF_RLIM_T clisp.h config.h syscalls/config.h clisp.h:#define SIZEOF_RLIM_T 8 config.h:#define SIZEOF_RLIM_T 8 syscalls/config.h:#define SIZEOF_RLIM_T 4 |