From: Kalle Sommer Nielsen Date: Wed, 19 Oct 2016 05:10:28 +0000 (+0200) Subject: Poor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here! X-Git-Tag: php-7.2.0alpha1~1078 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ebb447d770aba2791da786c91a52a8ca493938c;p=php Poor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here! --- diff --git a/win32/nice.h b/win32/nice.h index 9cb77d0e4f..037949f3bf 100644 --- a/win32/nice.h +++ b/win32/nice.h @@ -16,8 +16,8 @@ +----------------------------------------------------------------------+ */ -#ifndef HAVE_GETRUSAGE_H -# define HAVE_GETRUSAGE_H +#ifndef HAVE_NICE_H +# define HAVE_NICE_H PHPAPI int nice(zend_long);