Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 8,26 ****
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
! # Copyright 2016 Joyent, Inc.
#
include $(SRC)/Makefile.master
ROOTOPTPKG = $(ROOT)/opt/libc-tests
TESTDIR = $(ROOTOPTPKG)/tests
! PROGS = pthread_attr_get_np
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
CPPFLAGS += -D_REENTRANT
--- 8,26 ----
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
! # Copyright 2018 Joyent, Inc.
#
include $(SRC)/Makefile.master
ROOTOPTPKG = $(ROOT)/opt/libc-tests
TESTDIR = $(ROOTOPTPKG)/tests
! PROGS = pthread_attr_get_np thread_name
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
CPPFLAGS += -D_REENTRANT