From 3ebb4f04b55ff52a0541b6d730335cde87dd042a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 10 May 2012 08:35:22 +0000 Subject: [PATCH] * cygwin.din (memrchr): Export. * posix.sgml (std-gnu): Add memrchr. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. --- winsup/cygwin/ChangeLog | 6 ++++++ winsup/cygwin/cygwin.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 ++- winsup/cygwin/posix.sgml | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d843cb9ea..0b5385a76 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2012-05-10 Yaakov Selkowitz + + * cygwin.din (memrchr): Export. + * posix.sgml (std-gnu): Add memrchr. + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2012-05-10 Corinna Vinschen * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 16. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 22b4ea94a..7084f49bd 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1062,6 +1062,7 @@ memmove NOSIGFE _memmove = memmove NOSIGFE mempcpy NOSIGFE __mempcpy = mempcpy NOSIGFE +memrchr NOSIGFE memset NOSIGFE _memset = memset NOSIGFE mkdir SIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 605df3415..0e9ead932 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -429,12 +429,13 @@ details. */ 258: Export get_current_dir_name. 259: Export pthread_sigqueue. 260: Export scandirat. + 261: Export memrchr. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 260 +#define CYGWIN_VERSION_API_MINOR 261 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 5e5df463b..e9b4e085f 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -1126,6 +1126,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). lsetxattr memmem mempcpy + memrchr mkostemp mkostemps pipe2