From eaa51ea459fc6b9847f35d6ac23cfdb5282c2991 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 28 Oct 2022 13:01:37 +0200 Subject: [PATCH] Cygwin: add missing .com entry in new-features.xml Signed-off-by: Corinna Vinschen --- winsup/doc/new-features.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 28103d19b..dd27c9773 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -16,6 +16,11 @@ Drop support for Vista and Server 2008. Drop support for 32 bit Windows and WOW64. + +Remove any special handling for the .com filename suffix. It has to +be used always explicitely. + + Add code to handle setrlimit(RLIMIT_AS).