diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-22 19:35:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-22 19:35:03 +0000 |
commit | 878e60c56146c6e8fe6530de84627bf4c3a9d20e (patch) | |
tree | c5d004573e8af4c1c2c6c7fe56e40a938e446f50 /winsup/cygwin/cygwin.din | |
parent | fe962019355cae8aba8cb3a3e5ea8d09464509a2 (diff) | |
download | cygnal-878e60c56146c6e8fe6530de84627bf4c3a9d20e.tar.gz cygnal-878e60c56146c6e8fe6530de84627bf4c3a9d20e.tar.bz2 cygnal-878e60c56146c6e8fe6530de84627bf4c3a9d20e.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index dd201f557..a2dd26674 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -767,6 +767,7 @@ lseek _lseek = lseek lseek64 lstat64 +mallinfo malloc _malloc = malloc malloc_stats |