mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
7 lines
186 B
C
7 lines
186 B
C
#include <pt-internal.h>
|
|
#define RETTYPE error_t
|
|
#define RETURN(val) return val
|
|
#define __pthread_block __pthread_block_intr
|
|
#define MSG_OPTIONS MACH_RCV_INTERRUPT
|
|
#include "pt-block.c"
|