about summary refs log tree commit diff
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/db2/include/clib_ext.h b/db2/include/clib_ext.h
index eb982bf85f..f5510a1629 100644
--- a/db2/include/clib_ext.h
+++ b/db2/include/clib_ext.h
@@ -53,9 +53,6 @@ int snprintf __P((char *, size_t, const char *, ...));
 int snprintf();
 #endif
 #endif
-#ifndef HAVE_STRDUP
-char *strdup __P((const char *));
-#endif
 #ifndef HAVE_STRERROR
 char *strerror __P((int));
 #endif