Commit cf817883 authored by Wayne Davison's avatar Wayne Davison

Fixed a problem with the xstrdup() change.

parent 89a0e3a9
......@@ -89,12 +89,6 @@ char *alloca(size_t size);
#define alloca __builtin_alloca
#endif
/*@-redecl -redef@*/
/*@mayexit@*/ /*@only@*/ /*@unused@*/
char * xstrdup (const char *str)
/*@*/;
/*@=redecl =redef@*/
#ifndef HAVE_STRLCPY
size_t strlcpy(char *d, const char *s, size_t bufsize);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment