OSDN Git Service

Change _function() to function() throughout.
authorcgf <cgf>
Mon, 21 Oct 2002 01:00:55 +0000 (01:00 +0000)
committercgf <cgf>
Mon, 21 Oct 2002 01:00:55 +0000 (01:00 +0000)
commitf1bbb1d22ef93d824ba65e6f0c3fc6aa6e674c9e
tree740acad804ba8b007fc997ebd71e7d3a72ebf69a
parent5afdbe5265ed60b9810e4a58c7c7e6b177d6e4fa
Change _function() to function() throughout.
* cygwin.din: Remove last vestiges (?) of newlib wrappers.
* cygthread.cc (cygthread::detach): Always wait for event or suffer an
apparently inavoidable race.
* dcrt0.cc (dll_crt0_1): Allocate threads after stack has been relocated.
* debub.cc (lock_debug): Don't acquire lock on exit.
* fork.cc (fork_child): Recreate mmaps before doing anything else since Windows
has a habit of using blocks of memory in the child that could previously have
been occupied by shared memory in the parent.
* mmap.cc (fhandler_disk_file::fixup_mmap_after_fork): Issue error here and
provide some details about what went wrong.
(fixup_mmaps_after_fork): Remove error message.
* shared.cc (open_shared): Move warning message so that more detail is
possible.
* sigproc.cc (sigproc_init): Initialize sync_proc_subproc to avoid a race.
(sigproc_terminate): Specifically wait for process thread to terminate.
17 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/cygwin.din
winsup/cygwin/dcrt0.cc
winsup/cygwin/debug.cc
winsup/cygwin/dtable.cc
winsup/cygwin/exec.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/fork.cc
winsup/cygwin/heap.cc
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/mmap.cc
winsup/cygwin/shared.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/times.cc
winsup/cygwin/wait.cc