mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-03-06 23:47:22 +00:00
9 lines
200 B
C
9 lines
200 B
C
![]() |
/* See http://llvm.org/bugs/show_bug.cgi?id=4746 */
|
||
|
#ifdef __block
|
||
|
# undef __block
|
||
|
# include_next "unistd.h"
|
||
|
# define __block __attribute__((__blocks__(byref)))
|
||
|
#else
|
||
|
# include_next "unistd.h"
|
||
|
#endif
|