VM: removing the annotations to please musl (#1836)

modern-harvey2
Björn Lindqvist 2017-06-26 17:43:14 +02:00
parent 21500f2b2f
commit b20084317a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ typedef char symbol_char;
#ifdef _GNU_SOURCE
extern "C" {
extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen) __THROW __nonnull ((2));
extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen);
}
#define strerror_r __xpg_strerror_r
#endif