diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2016-10-19 07:10:28 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2016-10-19 07:10:28 +0200 |
commit | 6ebb447d770aba2791da786c91a52a8ca493938c (patch) | |
tree | 1c31404fb0dfda99562a920942bca58247ed164b | |
parent | 63869d9491548d5cb44ecb137fb40e8069be3cef (diff) | |
download | php-git-6ebb447d770aba2791da786c91a52a8ca493938c.tar.gz |
Poor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here!
-rw-r--r-- | win32/nice.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |