Make the win32 implementation of getrusage() return EINVAL if being
authorMagnus Hagander <magnus@hagander.net>
Wed, 14 May 2008 07:28:13 +0000 (07:28 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 14 May 2008 07:28:13 +0000 (07:28 +0000)
commit6940c4b2b2ee7a5616d85671ef68d1d9507607fe
treea2542a0e07da6a1aad6b800efef9d63712ab80f1
parentc685bd11b5611372c48f0b3aa4f12df872af9696
Make the win32 implementation of getrusage() return EINVAL if being
asked for anything other than RUSAGE_SELF, since it's not supported.

This is never called anywhere in the code today, but might be in
the future.

Not backpatching, since it's not called anywhere today.
src/port/getrusage.c