]> git.saurik.com Git - apple/libdispatch.git/blob - src/shims/android_stubs.h
libdispatch-913.30.4.tar.gz
[apple/libdispatch.git] / src / shims / android_stubs.h
1 /*
2 * This source file is part of the Swift.org open source project
3 *
4 * Copyright (c) 2015 Apple Inc. and the Swift project authors
5 *
6 * Licensed under Apache License v2.0 with Runtime Library Exception
7 *
8 * See http://swift.org/LICENSE.txt for license information
9 * See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10 *
11 */
12
13 // forward declarations for functions we are stubbing out
14 // in the intial android port.
15
16 #ifndef __DISPATCH__ANDROID__STUBS__INTERNAL
17 #define __DISPATCH__ANDROID__STUBS__INTERNAL
18
19 #if !__has_feature(c_static_assert)
20 #define _Static_assert(...)
21 #endif
22
23 #endif /* __DISPATCH__ANDROID__STUBS__INTERNAL */