]> granicus.if.org Git - python/commit
Different strategy regarding whether to declare getrusage() and
authorGuido van Rossum <guido@python.org>
Sun, 17 Aug 1997 16:24:30 +0000 (16:24 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 17 Aug 1997 16:24:30 +0000 (16:24 +0000)
commit607b33a1fe760859d5079cbe743fdc2364d3c6e7
treecf3d0fb8306718e1ae22c1fbd8fd5a7643eba2de
parent54dec59b56c14fc45558df48fa92077d669caf25
Different strategy regarding whether to declare getrusage() and
getpagesize() -- #ifdef doesn't work, Linux has conflicting decls in
its headers.  Choice: only declare the return type, not the argument
prototype, and not on Linux.
Modules/resource.c