* 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.
This commit is contained in:
Christopher Faylor
2001-09-17 03:05:05 +00:00
parent 0aca521ab8
commit 60136eb0b2
4 changed files with 14 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ SECTIONS
}
.cygheap BLOCK(64 * 1024) :
{
__system_dlls__ = ABSOLUTE(.) ;
__cygheap_start = ABSOLUTE(.) ;
__system_dlls__ = ABSOLUTE(.) + 64;
}
}