From f5b18cbef7257ae78dd3313a63a0260d7c33e50a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 29 Jul 2008 14:07:21 +0000 Subject: [PATCH] * include/cygwin/version.h: Add comment indicating that current API number bump also has another consequence. --- winsup/cygwin/include/cygwin/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 0b824318b..23836a537 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -332,7 +332,8 @@ details. */ linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat, symlinkat, unlinkat. 185: Export futimens, utimensat. - 186: Remove ancient V8 regexp functions. + 186: Remove ancient V8 regexp functions. Also eliminate old crt0 interface + which provided its own user_data structure. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */