mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
tests: delete duplicate macro check
Follow-up to e9a7d4a1c8 #12376
Closes #14963
This commit is contained in:
parent
8445285730
commit
888662b74a
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ curl_off_t our_getpid(void)
|
|||
curl_off_t pid;
|
||||
|
||||
pid = (curl_off_t)getpid();
|
||||
#if defined(_WIN32) || defined(_WIN32)
|
||||
#if defined(_WIN32)
|
||||
/* store pid + 65536 to avoid conflict with Cygwin/msys PIDs, see also:
|
||||
* - https://cygwin.com/git/?p=newlib-cygwin.git;a=commit; ↵
|
||||
* h=b5e1003722cb14235c4f166be72c09acdffc62ea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue