aboutsummaryrefslogtreecommitdiff
path: root/db2/include/clib_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'db2/include/clib_ext.h')
-rw-r--r--db2/include/clib_ext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/db2/include/clib_ext.h b/db2/include/clib_ext.h
index f5510a1629..2566b849ce 100644
--- a/db2/include/clib_ext.h
+++ b/db2/include/clib_ext.h
@@ -37,12 +37,6 @@ void *memcpy __P((void *, const void *, size_t));
#ifndef HAVE_MEMMOVE
void *memmove __P((void *, const void *, size_t));
#endif
-#ifndef HAVE_MEMCPY
-void *memcpy __P((void *, const void *, size_t));
-#endif
-#ifndef HAVE_MEMMOVE
-void *memmove __P((void *, const void *, size_t));
-#endif
#ifndef HAVE_RAISE
int raise __P((int));
#endif