]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: push missing change to debug.h
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 22 Aug 2022 12:53:11 +0000 (14:53 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 22 Aug 2022 12:53:30 +0000 (14:53 +0200)
Fixes: 48a210a457c5 ("Cygwin: debugging: convert muto to SRWLOCK")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/local_includes/debug.h

index 0fcfa13a582f1a79b3e1e30f91f7a33cb5b24287..858f8d5dcd16aaa687822155c68f1f276220208e 100644 (file)
@@ -21,7 +21,6 @@ details. */
 # define ProtectHandleINH(h) do {} while (0)
 # define ProtectHandle1INH(h,n) do {} while (0)
 # define ProtectHandle2INH(h,n) do {} while (0)
-# define debug_init() do {} while (0)
 # define setclexec(h, nh, b) do {} while (0)
 # define debug_fixup_after_fork_exec() do {} while (0)
 # define VerifyHandle(h) do {} while (0)
@@ -52,7 +51,6 @@ details. */
 # define ProtectHandle2INH(h, n) add_handle (__PRETTY_FUNCTION__, __LINE__, (h), n, 1)
 # define VerifyHandle(h) verify_handle (__PRETTY_FUNCTION__, __LINE__, (h))
 
-void debug_init ();
 void add_handle (const char *, int, HANDLE, const char *, bool = false);
 void verify_handle (const char *, int, HANDLE);
 bool close_handle (const char *, int, HANDLE, const char *, bool);
This page took 0.032707 seconds and 5 git commands to generate.