diff options
author | Will Newton <will.newton@linaro.org> | 2014-03-17 10:54:12 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-03-17 16:05:23 +0000 |
commit | f7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421 (patch) | |
tree | 6b5198c45416fe41c22d8dc393c20326013ebe68 /ChangeLog | |
parent | 53f1bed39263541ef7f3d86f9701005524938016 (diff) | |
download | glibc-f7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421.tar.gz glibc-f7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421.tar.xz glibc-f7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421.zip |
Fix _IO_JUMPS_OFFSET -Wundef warnings
ChangeLog: 2014-03-17 Will Newton <will.newton@linaro.org> * libio/genops.c: Check whether _IO_JUMPS_OFFSET is defined with #ifdef rather than #if. * libio/libioP.h: Likewise. * stdio-common/vfprintf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index af65c1dd25..4b33175657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2014-03-17 Will Newton <will.newton@linaro.org> + * libio/genops.c: Check whether + _IO_JUMPS_OFFSET is defined with #ifdef rather + than #if. + * libio/libioP.h: Likewise. + * stdio-common/vfprintf.c: Likewise. + * sysdeps/generic/ldsodefs.h: Check whether HP_SMALL_TIMING_AVAIL is defined with #ifdef rather than #if. |