adapt res_msend DNS query core for working with multiple sockets
[musl] / include / features.h
index f4d651e..85cfb72 100644 (file)
@@ -35,4 +35,6 @@
 #define _Noreturn
 #endif
 
+#define __REDIR(x,y) __typeof__(x) x __asm__(#y)
+
 #endif