1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/emulators/virtualbox-ose/files/patch-include_iprt_string.h
Jung-uk Kim 7393b3be86 Update to 4.3.32.
MFH:		2015Q4
2015-10-20 20:09:58 +00:00

12 lines
386 B
C

--- include/iprt/string.h.orig 2015-10-15 11:50:51 UTC
+++ include/iprt/string.h
@@ -107,7 +107,7 @@ char *strpbrk(const char *pszStr, const
RT_C_DECLS_END
#endif
-#if !defined(RT_OS_LINUX) || !defined(_GNU_SOURCE)
+#if !defined(RT_OS_FREEBSD) && (!defined(RT_OS_LINUX) || !defined(_GNU_SOURCE))
RT_C_DECLS_BEGIN
void *memrchr(const char *pv, int ch, size_t cb);
RT_C_DECLS_END