mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
ntdll-Dealloc_Thread_Stack: Fix typo in commit message.
This commit is contained in:
parent
6022983803
commit
f99ef3c9eb
@ -1,7 +1,7 @@
|
||||
From dae71e69de99580ced403804e944c7a13e0519e9 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Fri, 21 Aug 2015 06:39:47 +0800
|
||||
Subject: ntdll: Do not allow to allocate thread stack for current thread.
|
||||
Subject: ntdll: Do not allow to deallocate thread stack for current thread.
|
||||
|
||||
---
|
||||
dlls/ntdll/ntdll_misc.h | 10 ++++++++++
|
||||
|
@ -3666,7 +3666,7 @@ fi
|
||||
if test "$enable_ntdll_Dealloc_Thread_Stack" -eq 1; then
|
||||
patch_apply ntdll-Dealloc_Thread_Stack/0001-ntdll-Do-not-allow-to-allocate-thread-stack-for-curr.patch
|
||||
(
|
||||
echo '+ { "Sebastian Lackner", "ntdll: Do not allow to allocate thread stack for current thread.", 1 },';
|
||||
echo '+ { "Sebastian Lackner", "ntdll: Do not allow to deallocate thread stack for current thread.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user