From ead5b131e0755ed69f0b67def2fa8c8fefca5d55 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 12 Jun 2007 15:24:46 +0000 Subject: * Makefile.in (DLL_OFILES): Add xsique.o. * cygwin.din (confstr): Make NOSIGFE. (insque): Export. (remque): Export. * lsearch.cc: Remove superfluous _SEARCH_PRIVATE define. * posix.sgml: Move insque to defined SUSv3 interfaces. Remove comment for remque. * include/search.h: Remove _SEARCH_PRIVATE guarded definitions. Add struct qelem definition. Add insque and remque declarations. * include/cygwin/version.h: Bump API minor number. * include/sys/queue.h: Remove insque/remque definitions so as not to collide with SUSv3 compatible declaration in search.h. * libc/xsique.cc: New file implementing insque and remque. --- winsup/cygwin/cygwin.din | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 2e64d2b6f..9a777f1e5 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -195,7 +195,7 @@ _close = close SIGFE closedir SIGFE _closedir = closedir SIGFE closelog SIGFE -confstr SIGFE +confstr NOSIGFE connect = cygwin_connect SIGFE copysign NOSIGFE _copysign = copysign NOSIGFE @@ -731,6 +731,7 @@ _infinityf = infinityf NOSIGFE initgroups SIGFE _initgroups32 = initgroups32 SIGFE initstate NOSIGFE +insque NOSIGFE ioctl SIGFE _ioctl = ioctl SIGFE iprintf SIGFE @@ -1146,6 +1147,7 @@ remainderf NOSIGFE _remainderf = remainderf NOSIGFE remove SIGFE _remove = remove SIGFE +remque NOSIGFE remquo NOSIGFE remquof NOSIGFE rename SIGFE -- cgit v1.2.3