aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/nginx/patches')
-rw-r--r--net/nginx/patches/102-sizeof_test_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nginx/patches/102-sizeof_test_fix.patch b/net/nginx/patches/102-sizeof_test_fix.patch
index 36d7aaff4..8a0e88200 100644
--- a/net/nginx/patches/102-sizeof_test_fix.patch
+++ b/net/nginx/patches/102-sizeof_test_fix.patch
@@ -10,7 +10,7 @@
+ 'Y', '3', 'p', 'M', '\n'
+};
+
- int main() {
+ int main(void) {
- printf("%d", (int) sizeof($ngx_type));
+ printf("dummy use of object_code_block to avoid gc-section: %c", object_code_block[0]);
return 0;