mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
Importc: FreeBSD compiles stdatomic.h (#15041)
This commit is contained in:
parent
511036f31e
commit
ab62befd47
4 changed files with 7 additions and 3 deletions
|
@ -41,13 +41,11 @@
|
|||
#ifndef __linux__
|
||||
#ifndef _MSC_VER
|
||||
#ifndef __APPLE__ // /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include/stdatomic.h(80): Error: type-specifier is missing
|
||||
#ifndef __FreeBSD__ // /stdatomic.h(162): Error: found `volatile` when expecting `{`
|
||||
#include <stdatomic.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue