003 File Manager
Current Path:
/usr/src/lib/libc/include
usr
/
src
/
lib
/
libc
/
include
/
📁
..
📄
block_abi.h
(2.38 KB)
📄
compat.h
(2.92 KB)
📄
errlst.h
(1.8 KB)
📄
fpmath.h
(2.36 KB)
📁
isc
📄
libc_private.h
(12.87 KB)
📄
namespace.h
(11.64 KB)
📄
nscache.h
(6.61 KB)
📄
nscachedcli.h
(3.84 KB)
📄
nss_tls.h
(2.96 KB)
📄
port_after.h
(196 B)
📄
port_before.h
(510 B)
📄
reentrant.h
(5.02 KB)
📄
resolv_mt.h
(1.29 KB)
📄
spinlock.h
(2.25 KB)
📄
un-namespace.h
(7.02 KB)
Editing: port_before.h
/* $FreeBSD$ */ #ifndef _PORT_BEFORE_H_ #define _PORT_BEFORE_H_ #define _LIBC 1 #define DO_PTHREADS 1 #define USE_POLL 1 #define HAVE_MD5 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_ */
Upload File
Create Folder