aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-10-30 10:16:21 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-10-30 10:16:21 +0000
commitbb966f87bc5e9a52cdb925d9103e580b42d99903 (patch)
treec3814337c5dd37c5166fe7ea6b0aa1df4d72493f /lib/csu
parent5bae7542d4ee6f79838594156a4878c53f7caf5b (diff)
downloadsrc-bb966f87bc5e9a52cdb925d9103e580b42d99903.tar.gz
src-bb966f87bc5e9a52cdb925d9103e580b42d99903.zip
Fix the location of the static keyword.
MFC with: r339738 Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=339912
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/tests/init_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/tests/init_test.c b/lib/csu/tests/init_test.c
index 75d07d9b490a..7e5cdaa64fc0 100644
--- a/lib/csu/tests/init_test.c
+++ b/lib/csu/tests/init_test.c
@@ -60,7 +60,7 @@ volatile int init_array_state = -1;
void _Jv_RegisterClasses(const func_ptr *);
-__section(".jcr") __used func_ptr static jcr_func = (func_ptr)1;
+__section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;
const void *jcr_func_ptr = &jcr_func;
void