Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

@@ -24,12 +24,12 @@
 # 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.
+# Copyright 2018 Joyent, Inc.
 #
 
 #
 # WARNING: Do not include Makefile.ctf here. That will cause tests to
 # break.

@@ -55,10 +55,12 @@
 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