Date: Mon, 11 Jan 2016 01:45:25 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r293651 - stable/9/include Message-ID: <201601110145.u0B1jPLe048695@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601110145.u0B1jPLe048695>