diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-08-24 16:27:36 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-08-24 16:27:36 +0200 |
commit | 344b2cc8f68cdde1744198034276d0e6720b1d19 (patch) | |
tree | c6ffc5a55ccfc46014fed39eba2f394e0e2374a8 /lib/gnutls_int.h | |
parent | 5333d20ce6f14229f6579086b57de0eeacedd4fa (diff) | |
download | gnutls-344b2cc8f68cdde1744198034276d0e6720b1d19.tar.gz |
Remove gnulib work-around '#undef strdup'
The 'issue' should be fixed already. Even if not, it has to
addressed in gnulib.
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 8ad6b1652d..f35d6df5f5 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -38,12 +38,6 @@ #include <stdbool.h> #include <assert.h> -/* For some reason gnulib likes to provide alternatives for - * functions it doesn't include. Even worse these functions seem - * to be available on the target systems. - */ -#undef strdup - #ifdef NO_SSIZE_T #define HAVE_SSIZE_T typedef int ssize_t; |