Remove PHP_SLEEP_NON_VOID as it is not useful anymore

This commit is contained in:
Máté Kocsis 2019-11-07 01:10:52 +01:00
parent e710862f8c
commit 662afc80f8
No known key found for this signature in database
GPG key ID: FD055E41728BF310
4 changed files with 5 additions and 9 deletions

View file

@ -294,7 +294,6 @@ END_EXTERN_C()
/* global variables */
#if !defined(PHP_WIN32)
#define PHP_SLEEP_NON_VOID
#define php_sleep sleep
extern char **environ;
#endif /* !defined(PHP_WIN32) */