From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2210) id A127E3858416; Fri, 22 Oct 2021 17:56:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A127E3858416 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Ken Brown To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: document sig2str and str2sig in version.h X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: cb21b9cc57e6f82c320c5a2b8817b09094aeac8e X-Git-Newrev: 65d68186614ecb0446febf2efb3025ee2578cc97 Message-Id: <20211022175624.A127E3858416@sourceware.org> Date: Fri, 22 Oct 2021 17:56:24 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 17:56:24 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=65d68186614ecb0446febf2efb3025ee2578cc97 commit 65d68186614ecb0446febf2efb3025ee2578cc97 Author: Ken Brown Date: Fri Oct 22 13:56:05 2021 -0400 Cygwin: document sig2str and str2sig in version.h Diff: --- winsup/cygwin/include/cygwin/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 558ac0c3f..170c51769 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -514,7 +514,8 @@ details. */ 340: Export dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store. 341: Export pthread_cond_clockwait, pthread_mutex_clocklock, - pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, sem_clockwait. + pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, + sem_clockwait, sig2str, str2sig. Note that we forgot to bump the api for ualarm, strtoll, strtoull, sigaltstack, sethostname. */