* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an
unsigned decimal. On Win95 print a timestamp and attempt to lock the file up to four times in 3 ms.
This commit is contained in:
@ -184,12 +184,13 @@ details. */
|
||||
lrintf lround lroundf nearbyint nearbyintf remquo remquof
|
||||
round roundf scalbln scalblnf sincos sincosf tgamma tgammaf
|
||||
truncf
|
||||
76: mallinfo
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 75
|
||||
#define CYGWIN_VERSION_API_MINOR 76
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user