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