public inbox for cygwin-cvs@sourceware.org help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org> To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: export new sig2str/str2sig Date: Mon, 2 Aug 2021 11:57:25 +0000 (GMT) [thread overview] Message-ID: <20210802115725.6849B3858404@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5970bbded8bfd417861c78cc077444764aa2fe93 commit 5970bbded8bfd417861c78cc077444764aa2fe93 Author: Corinna Vinschen <corinna@vinschen.de> Date: Mon Aug 2 13:57:03 2021 +0200 Cygwin: export new sig2str/str2sig Signed-off-by: Corinna Vinschen <corinna@vinschen.de> Diff: --- winsup/cygwin/common.din | 2 ++ winsup/cygwin/release/3.3.0 | 3 +++ winsup/doc/new-features.xml | 5 +++++ winsup/doc/posix.xml | 2 ++ 4 files changed, 12 insertions(+) diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index b09d3551f..63fa09af2 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -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 diff --git a/winsup/cygwin/release/3.3.0 b/winsup/cygwin/release/3.3.0 index 937e92643..6c7369bbe 100644 --- a/winsup/cygwin/release/3.3.0 +++ b/winsup/cygwin/release/3.3.0 @@ -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: ------------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 99cb342f7..ba9231a6d 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -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. diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index f21b8b641..a62557579 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -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)
reply other threads:[~2021-08-02 11:57 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210802115725.6849B3858404@sourceware.org \ --to=corinna@sourceware.org \ --cc=cygwin-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).