svn commit: r293651 - stable/9/include

Gleb Smirnoff glebius at FreeBSD.org
Mon Jan 11 01:45:26 UTC 2016


Author: glebius
Date: Mon Jan 11 01:45:25 2016
New Revision: 293651
URL: https://svnweb.freebsd.org/changeset/base/293651

Log:
  Install stdatomic.h.

Modified:
  stable/9/include/Makefile

Modified: stable/9/include/Makefile
==============================================================================
--- stable/9/include/Makefile	Mon Jan 11 01:09:50 2016	(r293650)
+++ stable/9/include/Makefile	Mon Jan 11 01:45:25 2016	(r293651)
@@ -19,7 +19,7 @@ INCS=	a.out.h ar.h assert.h bitstring.h 
 	printf.h proc_service.h pthread.h \
 	pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
 	res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \
-	signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \
+	signal.h spawn.h stab.h stdalign.h stdatomic.h stdbool.h stddef.h \
 	stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \
 	strings.h sysexits.h tar.h termios.h tgmath.h \
 	time.h timeconv.h timers.h ttyent.h \


More information about the svn-src-all mailing list