Update memory.c

This commit is contained in:
Martin Kroeker 2018-08-25 22:12:40 +02:00 committed by GitHub
parent b1b743f434
commit 5991d1a6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h" #include "common.h"
#if defined(USE_TLS) && ( !defined(__GLIBC_PREREQ) || __GLIBC_PREREQ(2,20)) #if defined(USE_TLS) && ( !defined(__GLIBC_PREREQ) || (defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2,20)))
#warning "using tls version of memory.c" #warning "using tls version of memory.c"
#include <errno.h> #include <errno.h>