aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-11-23 16:45:07 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-11-23 16:45:07 +0000
commit30c5db2b88af87b9de2c59741f8af9bf51ee7203 (patch)
treea26aa99bbac5d2102412c608f745dede9e32129c /sys/sys/param.h
parente1fa5626cfbb6559a53ee633f8bc9c6fa0c44d18 (diff)
downloadsrc-30c5db2b88af87b9de2c59741f8af9bf51ee7203.tar.gz
src-30c5db2b88af87b9de2c59741f8af9bf51ee7203.zip
Enable the BSD crtbegin/crtend by default.
It has passed an exp run on amd64 and i386, and has testing on arm64. On other architectures it is expected to run, however it can be disabled by building world with -DWITHOUT_BSD_CRTBEGIN. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=340841
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index f7a26d5e0d44..64aa65bef7b0 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300003 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300004 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,