aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mempcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mempcpy.3')
-rw-r--r--man3/mempcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3
index 53558147f2..fcf1d97591 100644
--- a/man3/mempcpy.3
+++ b/man3/mempcpy.3
@@ -16,7 +16,7 @@ mempcpy, wmempcpy \- copy memory area
.B #include <string.h>
.PP
.BI "void *mempcpy(void *" dest ", const void *" src ", size_t " n );
-
+.PP
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <wchar.h>
.PP