From 2f2f597641b4350915ea64c2457587d24d3fc9e2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 May 2022 12:20:24 -0700 Subject: [PATCH] Say that it is not the old interface --- modules/regex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/regex b/modules/regex index e8ad558642..b780427221 100644 --- a/modules/regex +++ b/modules/regex @@ -1,5 +1,8 @@ Description: Regular expression matching. +This matches the current GNU C Library, so its interface differs from +the standalone GNU regex library which has long been decommissioned in +favor of the GNU C Library interface. Files: lib/regex.h -- 2.34.1