Replace cds::OS::yield() with std::this_thread::yield()
[libcds.git] / cds / os / sunos / alloc_aligned.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_OS_SUNOS_ALLOC_ALIGNED_H
4 #define __CDS_OS_SUNOS_ALLOC_ALIGNED_H
5
6 #include <cds/os/libc/alloc_aligned.h>
7
8 #endif // #ifndef __CDS_OS_SUNOS_ALLOC_ALIGNED_H
9