mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
cygwin: export strnstr
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c070326d31
commit
cf8bf843f8
@ -1376,6 +1376,7 @@ strncmp NOSIGFE
|
|||||||
strncpy NOSIGFE
|
strncpy NOSIGFE
|
||||||
strndup SIGFE
|
strndup SIGFE
|
||||||
strnlen NOSIGFE
|
strnlen NOSIGFE
|
||||||
|
strnstr NOSIGFE
|
||||||
strpbrk NOSIGFE
|
strpbrk NOSIGFE
|
||||||
strptime SIGFE
|
strptime SIGFE
|
||||||
strptime_l SIGFE
|
strptime_l SIGFE
|
||||||
|
@ -482,12 +482,13 @@ details. */
|
|||||||
315: Export pthread_mutex_timedlock.
|
315: Export pthread_mutex_timedlock.
|
||||||
316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock.
|
316: Export pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock.
|
||||||
317: Export renameat2.
|
317: Export renameat2.
|
||||||
|
318: Export strnstr.
|
||||||
|
|
||||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||||
sigaltstack, sethostname. */
|
sigaltstack, sethostname. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 317
|
#define CYGWIN_VERSION_API_MINOR 318
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the shared memory
|
/* There is also a compatibity version number associated with the shared memory
|
||||||
regions. It is incremented when incompatible changes are made to the shared
|
regions. It is incremented when incompatible changes are made to the shared
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
What's new:
|
What's new:
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- New APIs: explicit_bzero.
|
- New APIs: explicit_bzero, strnstr.
|
||||||
|
|
||||||
- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
|
- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
|
||||||
pthread_rwlock_timedwrlock.
|
pthread_rwlock_timedwrlock.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<itemizedlist mark="bullet">
|
<itemizedlist mark="bullet">
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New APIs: explicit_bzero.
|
New APIs: explicit_bzero, strnstr.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user