about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-10-02 10:24:32 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-10-02 10:24:32 -0300
commitedbdf872aef70668badadb99df18a91c065b66d7 (patch)
tree80cf816136b36859642872eaab3d724472a1488c /ChangeLog
parent645f97ced4d4b35deda3f8bde0927f898b163f5d (diff)
downloadglibc-edbdf872aef70668badadb99df18a91c065b66d7.tar.gz
glibc-edbdf872aef70668badadb99df18a91c065b66d7.tar.xz
glibc-edbdf872aef70668badadb99df18a91c065b66d7.zip
Fix tst-memstream3 build failure
Add string.h to avoid tst-memstream3 build failure in some environments:

 tst-memstream3.c:32:17: error: implicit declaration of function 'strcmp' [-Werror=implicit-function-declaration]
  # define STRCMP strcmp
                  ^
 tst-memstream3.c:96:7: note: in expansion of macro 'STRCMP'
    if (STRCMP (buf, W("b")) != 0)

Checked on x86_64.

	* libio/tst-memstream3.c: Include string.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b6a1740cc..ac585578e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* libio/tst-memstream3.c: Include string.h.
+
 2016-09-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ #18241]