[Sanitizer] expand nl_langinfo interception to FreeBSD

Reviewers: krytarowski

Reviewed By: krytarowski

Differential Revision: https://reviews.llvm.org/D55327

llvm-svn: 348376
This commit is contained in:
David Carlier 2018-12-05 16:01:22 +00:00
parent f240c4d42a
commit f3233b2ff2

View File

@ -1,4 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
//
// UNSUPPORTED: linux, darwin, solaris
#include <langinfo.h>