issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / linux / alloc_aligned.h
1 //$$CDS-header$$
2
3 #ifndef CDSLIB_OS_LINUX_ALLOC_ALIGNED_H
4 #define CDSLIB_OS_LINUX_ALLOC_ALIGNED_H
5
6 //@cond
7 #ifdef __ANDROID__
8 #   include <cds/os/libc/alloc_aligned.h>
9 #else
10 #   include <cds/os/posix/alloc_aligned.h>
11 #endif
12 //@endcond
13
14 #endif // #ifndef CDSLIB_OS_LINUX_ALLOC_ALIGNED_H
15