Skip to content

Commit 18476db

Browse files
committed
restore .bss (otherwuse http_buf will give EFAULT)
1 parent f816fa1 commit 18476db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ gcc \
1616
-Wl,--build-id=none \
1717
start.S httpd.c \
1818
-o httpd &&
19-
strip -R .comment -R .bss httpd
19+
strip -R .comment httpd

0 commit comments

Comments
 (0)