From f5808137717eebb5b38607834016ed733374ccc5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Mar 2005 21:45:15 +0000 Subject: * child_info.h (fork_info): Use different method to alias variable. (spawn_info): Ditto. * cxx.cc (__cxa_guard_acquire): New function (needed for gcc 4.x). (__cxa_guard_release): Ditto. * devices.in: Make sure stuff is correctly bracketed (for gcc 4.x). * devices.cc: Regenerate. * fhandler.h (fhandler_disk_file::fchmod): Avoid left coercion (for gcc 4.x). * smallprint.c (__rn): Declare as __fastcall since gcc 4.x complains about use of regparm, for some reason. * sync.h (sync::init_lock): Remove. * sync.cc (sync::init_lock): Ditto. --- winsup/cygwin/sync.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/sync.cc') diff --git a/winsup/cygwin/sync.cc b/winsup/cygwin/sync.cc index 20995da2d..e8eb2ac76 100644 --- a/winsup/cygwin/sync.cc +++ b/winsup/cygwin/sync.cc @@ -28,7 +28,6 @@ details. */ #undef WaitForSingleObject DWORD NO_COPY muto::exiting_thread; -CRITICAL_SECTION NO_COPY muto::init_lock; void muto::grab () -- cgit v1.2.3