mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 11:59:52 +00:00
Define ELAST in libcxx's config header on FreeBSD
Differential Revision: http://reviews.llvm.org/D5165 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@217146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26f472d1dd
commit
60a74bd69d
@ -21,6 +21,7 @@
|
||||
|
||||
#if !_WIN32
|
||||
#include <unistd.h>
|
||||
#include <errno.h> // for ELAST on FreeBSD
|
||||
#endif
|
||||
|
||||
#define _LIBCPP_VERSION 1101
|
||||
|
Loading…
Reference in New Issue
Block a user