Really fix warnings.
svn path=/trunk/netsurf/; revision=5027
This commit is contained in:
parent
eff8ce4550
commit
408ca416e8
|
@ -75,7 +75,7 @@ void regcomp_wrapper(regex_t *preg, const char *regex, int cflags);
|
|||
void unicode_transliterate(unsigned int c, char **r);
|
||||
char *human_friendly_bytesize(unsigned long bytesize);
|
||||
const char *rfc1123_date(time_t t);
|
||||
#if !(defined(_GNU_SOURCE) || defined(__NetBSD__) || defined(riscos))
|
||||
#if !(defined(_GNU_SOURCE) || defined(__NetBSD__)) || defined(riscos)
|
||||
char *strcasestr(const char *haystack, const char *needle);
|
||||
#endif
|
||||
unsigned int wallclock(void);
|
||||
|
|
Loading…
Reference in New Issue