diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-17 03:05:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-17 03:05:05 +0000 |
commit | 60136eb0b28717fb8e861c51f5a798c495960a06 (patch) | |
tree | ee19a95621201a3dae2b414ac8582c1a6814bc29 /winsup/cygwin/cygwin.sc | |
parent | 0aca521ab84e3f020085891bdab652680368ce4f (diff) | |
download | newlib-60136eb0b28717fb8e861c51f5a798c495960a06.zip newlib-60136eb0b28717fb8e861c51f5a798c495960a06.tar.gz newlib-60136eb0b28717fb8e861c51f5a798c495960a06.tar.bz2 |
* dtable.h (not_open): Assure inline.
* fhandler.h (operator []): Make const.
* sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever
being closed.
Diffstat (limited to 'winsup/cygwin/cygwin.sc')
-rw-r--r-- | winsup/cygwin/cygwin.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc index 2ab4471..43d880c 100644 --- a/winsup/cygwin/cygwin.sc +++ b/winsup/cygwin/cygwin.sc @@ -105,7 +105,7 @@ SECTIONS } .cygheap BLOCK(64 * 1024) : { + __system_dlls__ = ABSOLUTE(.) ; __cygheap_start = ABSOLUTE(.) ; - __system_dlls__ = ABSOLUTE(.) + 64; } } |