diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-06-12 15:24:46 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-06-12 15:24:46 +0000 |
commit | ead5b131e0755ed69f0b67def2fa8c8fefca5d55 (patch) | |
tree | 9666c823cf14fea91b7912fbbbf1658e1981b661 /winsup/cygwin/cygwin.din | |
parent | 5ef61dd044112b2c37d580b83d912a301d4f82e7 (diff) | |
download | cygnal-ead5b131e0755ed69f0b67def2fa8c8fefca5d55.tar.gz cygnal-ead5b131e0755ed69f0b67def2fa8c8fefca5d55.tar.bz2 cygnal-ead5b131e0755ed69f0b67def2fa8c8fefca5d55.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 4 |
1 files changed, 3 insertions, 1 deletions
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 |