Current Path : /usr/src/lib/libc/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/lib/libc/include/port_before.h |
/* $FreeBSD: release/9.1.0/lib/libc/include/port_before.h 236807 2012-06-09 10:06:49Z dim $ */ #ifndef _PORT_BEFORE_H_ #define _PORT_BEFORE_H_ #define _LIBC 1 #define DO_PTHREADS 1 #define USE_KQUEUE 1 #define ISC_SOCKLEN_T socklen_t #define ISC_FORMAT_PRINTF(fmt, args) \ __attribute__((__format__(__printf__, fmt, args))) #define DE_CONST(konst, var) \ do { \ union { const void *k; void *v; } _u; \ _u.k = konst; \ var = _u.v; \ } while (0) #define UNUSED(x) (void)(x) #endif /* _PORT_BEFORE_H_ */