mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Win32: minimized redefinition of ssize_t.
All variants of GCC have ssize_t available, there is no need to redefine it.
This commit is contained in:
parent
751e6a5dae
commit
a43b2c96b2
@ -185,7 +185,7 @@ typedef unsigned int ino_t;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef __MINGW64_VERSION_MAJOR
|
||||
#ifndef __GNUC__
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user