nginx: update to 1.12.0, the latest stable version

This is a straightforward update to the latest stable version.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
This commit is contained in:
Val Kulkov
2017-05-24 11:48:29 -04:00
parent 7a266a7372
commit 5d8b62f0ba
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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;