On Jan 22 12:04, Corinna Vinschen wrote: > On Jan 17 10:01, Brian Inglis wrote: > > Add unavailable POSIX additions to Not Implemented section. > > > > Signed-off-by: Brian Inglis <brian.ing...@systematicsw.ab.ca> > > --- > > winsup/doc/posix.xml | 26 ++++++++++++++++++++++++-- > > 1 file changed, 24 insertions(+), 2 deletions(-) > > > > diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml > > index ac05657d2246..7e66cb8fc1c0 100644 > > --- a/winsup/doc/posix.xml > > +++ b/winsup/doc/posix.xml > > @@ -16,6 +16,9 @@ ISO/IEC DIS 9945 Information technology > > - Issue 8.</para> > > > > <screen> > > + CMPLX > > + CMPLXF > > + CMPLXL > > FD_CLR > > FD_ISSET > > FD_SET > > @@ -554,6 +557,7 @@ ISO/IEC DIS 9945 Information technology > > jn > > jrand48 > > kill > > + kill_dependency > > killpg > > l64a > > labs > > @@ -1466,6 +1470,8 @@ ISO/IEC DIS 9945 Information technology > > mempcpy > > memrchr > > mkostemps > > + posix_spawn_file_actions_addchdir_np > > + posix_spawn_file_actions_addfchdir_np > > pow10 > > pow10f > > pow10l > > These first three hunks belong into patch #1 of the set, don't they?
No, sorry, into patch #2, of course. Corinna