From 54c81c3b7f90a576135c46ded5328e6b34ad1deb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:10:16 -0500 Subject: remove extraneous #undef directives --- src/string/strncpy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/string/strncpy.c') diff --git a/src/string/strncpy.c b/src/string/strncpy.c index 94fcc2f5..2b4c40d1 100644 --- a/src/string/strncpy.c +++ b/src/string/strncpy.c @@ -1,6 +1,5 @@ #include #include "_safety.h" -#undef strncpy /** copy bounded string **/ -- cgit v1.2.1