diff options
Diffstat (limited to 'string/mempcpy.c')
-rw-r--r-- | string/mempcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/mempcpy.c b/string/mempcpy.c index 9749863eaf..aab1bed986 100644 --- a/string/mempcpy.c +++ b/string/mempcpy.c @@ -19,6 +19,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#define NO_MEMPCPY_STPCPY_REDIRECT #include <string.h> #undef mempcpy |