diff options
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index afe882f92..8c97173b1 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -74,7 +74,7 @@ int getpagesize(void); | |||
74 | char *getcwd(char *pt, size_t size); | 74 | char *getcwd(char *pt, size_t size); |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #ifndef HAVE_MEMMEM | 77 | #if defined(HAVE_DECL_MEMMEM) && HAVE_DECL_MEMMEM == 0 |
78 | void *memmem(const void *, size_t, const void *, size_t); | 78 | void *memmem(const void *, size_t, const void *, size_t); |
79 | #endif | 79 | #endif |
80 | 80 | ||