From: Björn Lindqvist Date: Mon, 26 Jun 2017 15:43:14 +0000 (+0200) Subject: VM: removing the annotations to please musl (#1836) X-Git-Tag: 0.98~793 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b20084317ac91012b1ea9ba5de069fcac1ebf0c8 VM: removing the annotations to please musl (#1836) --- diff --git a/vm/os-unix.hpp b/vm/os-unix.hpp index b780c30b88..90d95cf59a 100644 --- a/vm/os-unix.hpp +++ b/vm/os-unix.hpp @@ -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