summaryrefslogtreecommitdiff
path: root/src/string/strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strcat.c')
-rw-r--r--src/string/strcat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strcat.c b/src/string/strcat.c
index 547eac3e..5f5da102 100644
--- a/src/string/strcat.c
+++ b/src/string/strcat.c
@@ -1,6 +1,5 @@
#include <string.h>
#include "_safety.h"
-#undef strcat
/** concatenate strings **/
char * strcat(char * restrict s1, const char * restrict s2)