Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 24,35 ****
# Use is subject to license terms.
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
- # Copyright (c) 2013, Joyent, Inc. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#
#
# WARNING: Do not include Makefile.ctf here. That will cause tests to
# break.
--- 24,35 ----
# Use is subject to license terms.
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
+ # Copyright 2018 Joyent, Inc.
#
#
# WARNING: Do not include Makefile.ctf here. That will cause tests to
# break.
*** 55,64 ****
--- 55,66 ----
sysevent/tst.post.exe := LDLIBS += -lsysevent
sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
ustack/tst.bigstack.exe := COPTFLAG += -xO1
+ CSTD = $(CSTD_GNU99)
+
nfs/%.o: $(SNOOPDIR)/%.c
$(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
$(POST_PROCESS_O)
nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
$(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl