This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] update posix.sgml:std-notimpl


The bsd_signal, setcontext, and swapcontext symbols were declared
obsolete in POSIX.1-2004 and removed from POSIX.1-2008.  This patch
updates the std-notimpl section of posix.sgml accordingly.


Yaakov

2011-05-04  Yaakov Selkowitz  <yselkowitz@...>

	* posix.sgml (std-notimpl): Remove bsd_signal, setcontext, and
	swapcontext, marked obsolete in SUSv3 and not present in SUSv4.

Index: posix.sgml
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/posix.sgml,v
retrieving revision 1.58
diff -u -r1.58 posix.sgml
--- posix.sgml	3 May 2011 01:13:37 -0000	1.58
+++ posix.sgml	4 May 2011 11:56:25 -0000
@@ -1273,7 +1273,6 @@
     atan2l
     atanhl
     atanl
-    bsd_signal
     cabsl
     cacoshl
     cacosl
@@ -1397,7 +1396,6 @@
     roundl
     scalblnl
     scalbnl
-    setcontext
     setnetent
     sigaltstack
     sigtimedwait
@@ -1411,7 +1409,6 @@
     strncasecmp_l
     strtold
     strxfrm_l
-    swabcontext
     tanhl
     tanl
     tcgetsid

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]