003 File Manager
Current Path:
/usr/src/lib/librt
usr
/
src
/
lib
/
librt
/
📁
..
📄
Makefile
(415 B)
📄
Makefile.depend
(287 B)
📄
Symbol.map
(855 B)
📄
aio.c
(5.64 KB)
📄
mq.c
(6.95 KB)
📄
sigev_thread.c
(10.48 KB)
📄
sigev_thread.h
(2.62 KB)
📁
tests
📄
timer.c
(4.7 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR} .ifndef NO_THREAD_STACK_UNWIND CFLAGS+=-fexceptions .endif CFLAGS+=-Winline -Wall LIBADD= pthread WARNS?= 2 SRCS+= aio.c mq.c sigev_thread.c timer.c PRECIOUSLIB= VERSION_DEF=${SRCTOP}/lib/libc/Versions.def SYMBOL_MAPS=${.CURDIR}/Symbol.map HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.lib.mk>
Upload File
Create Folder