* cygwin.din (memrchr): Export.
* posix.sgml (std-gnu): Add memrchr. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
parent
507b172d8d
commit
3ebb4f04b5
|
@ -1,3 +1,9 @@
|
|||
2012-05-10 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||
|
||||
* cygwin.din (memrchr): Export.
|
||||
* posix.sgml (std-gnu): Add memrchr.
|
||||
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
|
||||
|
||||
2012-05-10 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 16.
|
||||
|
|
|
@ -1062,6 +1062,7 @@ memmove NOSIGFE
|
|||
_memmove = memmove NOSIGFE
|
||||
mempcpy NOSIGFE
|
||||
__mempcpy = mempcpy NOSIGFE
|
||||
memrchr NOSIGFE
|
||||
memset NOSIGFE
|
||||
_memset = memset NOSIGFE
|
||||
mkdir SIGFE
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1126,6 +1126,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
lsetxattr
|
||||
memmem
|
||||
mempcpy
|
||||
memrchr
|
||||
mkostemp
|
||||
mkostemps
|
||||
pipe2
|
||||
|
|
Loading…
Reference in New Issue