diff options
author | Zack Weinberg <zackw@panix.com> | 2018-02-07 16:17:49 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-02-21 14:04:18 -0500 |
commit | 349579047db0fb55a2835ca20dfd646a45b6ac27 (patch) | |
tree | 911b34bf35866c92b5ef97a23167abd0383758b6 /ChangeLog | |
parent | 039c721a30392790be50dba53b4c72dbcd65be67 (diff) | |
download | glibc-349579047db0fb55a2835ca20dfd646a45b6ac27.tar.gz glibc-349579047db0fb55a2835ca20dfd646a45b6ac27.tar.xz glibc-349579047db0fb55a2835ca20dfd646a45b6ac27.zip |
Remove vestiges of external build support from libio headers.
As requested by Adhemerval, this patch removes some preprocessor conditionals from the libio headers that were only relevant when building libio outside glibc. Installed stripped libraries and executables are unchanged by this patch. * libio/iolibio.h, libio/libioP.h: Remove extern "C". * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS. Remove preprocessor conditionals on _LIBC and __USE_GNU, which are always true, and __cplusplus, which is always false.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 64d0cfaa7a..a1ecade870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-02-21 Zack Weinberg <zackw@panix.com> + + * libio/iolibio.h, libio/libioP.h: Remove extern "C". + * libio/libio.h: Remove __BEGIN_DECLS and __END_DECLS. + Remove preprocessor conditionals on _LIBC and __USE_GNU, + which are always true, and __cplusplus, which is always false. + 2018-02-21 Joseph Myers <joseph@codesourcery.com> [BZ #15105] |