diff options
author | Anatol Belski <ab@php.net> | 2014-12-16 12:56:00 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-16 12:56:00 +0100 |
commit | 89f87576a1fe9a5839fb239150642b228418d389 (patch) | |
tree | 0cf1abe9fd6e324d6c7e34192854e6b7d311d445 /sapi/phpdbg/phpdbg_sigio_win32.h | |
parent | 9d70df24f8a35e7706d629151f43fc0757eb5f58 (diff) | |
download | php-git-89f87576a1fe9a5839fb239150642b228418d389.tar.gz |
various fixes for removing explicit tsrm_ls usage
Diffstat (limited to 'sapi/phpdbg/phpdbg_sigio_win32.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_sigio_win32.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg_sigio_win32.h b/sapi/phpdbg/phpdbg_sigio_win32.h index 8c8a381d64..beb27f979f 100644 --- a/sapi/phpdbg/phpdbg_sigio_win32.h +++ b/sapi/phpdbg/phpdbg_sigio_win32.h @@ -25,9 +25,7 @@ #include "phpdbg_io.h" struct win32_sigio_watcher_data { -#ifdef ZTS - void ***tsrm_ls; -#endif + uint64_t *flags; int fd; }; |