From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/windows-mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gl/windows-mutex.h') diff --git a/gl/windows-mutex.h b/gl/windows-mutex.h index 88de4bdc..dc6b41e0 100644 --- a/gl/windows-mutex.h +++ b/gl/windows-mutex.h @@ -1,5 +1,5 @@ /* Plain mutexes (native Windows implementation). - Copyright (C) 2005-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -28,6 +28,7 @@ typedef struct { glwthread_initguard_t guard; /* protects the initialization */ + DWORD owner; CRITICAL_SECTION lock; } glwthread_mutex_t; -- cgit v1.2.3-74-g34f1