mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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.
This commit is contained in:
parent
7417111567
commit
b97c9ce50d
@ -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.
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <memcopy.h>
|
||||
#include <pagecopy.h>
|
||||
|
||||
#ifndef MEMMOVE_CHK
|
||||
# define MEMMOVE_CHK __memmove_chk
|
||||
|
Loading…
Reference in New Issue
Block a user