mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 22:45:17 +02:00
Reverting pid_t type change (this was breaking code that considers pid_t as signed)
This commit is contained in:
parent
0f1fcb322a
commit
52525ad938
@ -70,7 +70,9 @@ typedef int sigset_t;
|
|||||||
|
|
||||||
typedef unsigned short _mode_t;
|
typedef unsigned short _mode_t;
|
||||||
typedef _mode_t mode_t;
|
typedef _mode_t mode_t;
|
||||||
typedef DWORD_PTR pid_t;
|
/* TODO - investigate if it makes sense to make pid_t a DWORD_PTR.
|
||||||
|
* Double check usage of pid_t as int */
|
||||||
|
typedef int pid_t;
|
||||||
|
|
||||||
/* wait pid options */
|
/* wait pid options */
|
||||||
#define WNOHANG 1
|
#define WNOHANG 1
|
Loading…
x
Reference in New Issue
Block a user