Cygwin: export new sig2str/str2sig
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
cf9a51371c
commit
5970bbded8
|
@ -1354,6 +1354,7 @@ shmctl SIGFE
|
|||
shmdt SIGFE
|
||||
shmget SIGFE
|
||||
shutdown = cygwin_shutdown SIGFE
|
||||
sig2str SIGFE
|
||||
sigaction SIGFE
|
||||
sigaddset SIGFE
|
||||
sigaltstack SIGFE
|
||||
|
@ -1417,6 +1418,7 @@ statvfs SIGFE
|
|||
stime SIGFE
|
||||
stpcpy NOSIGFE
|
||||
stpncpy NOSIGFE
|
||||
str2sig SIGFE
|
||||
strcasecmp NOSIGFE
|
||||
strcasecmp_l NOSIGFE
|
||||
strcasestr NOSIGFE
|
||||
|
|
|
@ -12,6 +12,9 @@ What's new:
|
|||
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
|
||||
pthread_rwlock_clockwrlock, sem_clockwait.
|
||||
|
||||
- New Solaris-specific APIs, slated to become part of the next POSIX standard:
|
||||
sig2str, str2sig.
|
||||
|
||||
|
||||
What changed:
|
||||
-------------
|
||||
|
|
|
@ -25,6 +25,11 @@ pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
|
|||
pthread_rwlock_clockwrlock, sem_clockwait.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
New Solaris-specific APIs, slated to become part of the next POSIX standard:
|
||||
sig2str, str2sig.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
The speed argument to cfsetspeed(3) can now be a numerical baud rate
|
||||
rather than a Bnnn constant, as on Linux.
|
||||
|
|
|
@ -1456,6 +1456,8 @@ also IEEE Std 1003.1-2017 (POSIX.1-2017).</para>
|
|||
getmntent
|
||||
memalign
|
||||
setmntent
|
||||
sig2str
|
||||
str2sig
|
||||
xdr_array (available in external "libtirpc" library)
|
||||
xdr_bool (available in external "libtirpc" library)
|
||||
xdr_bytes (available in external "libtirpc" library)
|
||||
|
|
Loading…
Reference in New Issue