This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove obsolete, never-implemented XSI STREAMS declarations
- From: Florian Weimer <fweimer at redhat dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Cc: Joseph Myers <joseph at codesourcery dot com>
- Date: Tue, 05 Mar 2019 11:54:48 +0100
- Subject: Re: [PATCH] Remove obsolete, never-implemented XSI STREAMS declarations
- References: <87zhqi626s.fsf@oldenburg2.str.redhat.com> <CAKCAbMgBcxYLOo8jrBejr9UH1WDjcpw610o5qscCqnLcdvJr6Q@mail.gmail.com> <874l8q4hor.fsf@oldenburg2.str.redhat.com>
* Florian Weimer:
> 2019-02-26 Florian Weimer <fweimer@redhat.com>
>
> Remove obsolete, never-implemented XSI STREAMS declarations.
> * manual/terminal.texi (Allocation): Remove portability note and
> adjust example.
> * sysdeps/posix/sysconf.c (__sysconf): Always return -1 for
> _SC_STREAMS.
> * sysdeps/unix/sysv/linux/syscalls.list (getpmsg, putpmsg): Remove.
> * sysdeps/unix/inet/Subdirs (streams): Remove.
> * conform/Makefile (conformtest-headers-XPG42): Remove stropts.h.
> (conformtest-headers-UNIX98): Likewise.
> (conformtest-headers-XOPEN2K): Likewise.
> (conformtest-headers-POSIX2008): Likewise.
> * posix/compat-streams.c: New file.
> * posix/Makefile (routines): Add it.
> * bits/stropts.h: Remove file.
> * bits/xtitypes.h: Likewise.
> * conform/data/stropts.h-data: Likewise.
> * include/stropts.h: Likewise.
> * include/sys/stropts.h: Likewise.
Any further comments on this patch?
<https://sourceware.org/ml/libc-alpha/2019-02/msg00607.html>
Joseph, do you agree with the patch and the conform/ changes?
Thanks,
Florian