diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-27 00:01:37 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-27 00:01:37 +0530 |
commit | b97c9ce50d5d004285fc43c3f99b27630a155c5f (patch) | |
tree | 1e00ac8fb2303ed467b57dc142c9cbe4f66216f6 /ChangeLog | |
parent | 741711156782780e56a97988178cfa33541070df (diff) | |
download | glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.tar glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.tar.gz glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.tar.bz2 glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.zip |
Remove unnecessary include in memmove_chk
This also has the side-effect of fixing a couple of Wundef warnings
raised from pagecopy.h. The generated code is identical before and
after this patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com> + * debug/memmove_chk.c: Remove pagecopy.h include. + * time/mktime.c (leapyear): Remove inline keyword. The code is now identical to gnulib mktime. |