Skip to content

Commit 3d71ebf

Browse files
committed
Fix
1 parent e11c6b5 commit 3d71ebf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

third_party/libapr1.BUILD

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ cc_library(
9999
"tables/apr_tables.c",
100100
"threadproc/unix/proc.c",
101101
"threadproc/unix/procsup.c",
102-
"threadproc/unix/signals.c",
103102
"threadproc/unix/thread.c",
104103
"threadproc/unix/threadpriv.c",
105104
"time/unix/time.c",
@@ -158,13 +157,7 @@ cc_library(
158157
"HAVE_CONFIG_H",
159158
"LINUX",
160159
"REENTRANT",
161-
] + select({
162-
"@bazel_tools//src/conditions:windows": [],
163-
"@bazel_tools//src/conditions:darwin": [],
164-
"//conditions:default": [
165-
"sys_siglist=strsignal",
166-
],
167-
}),
160+
],
168161
includes = [
169162
"include",
170163
"include/arch/unix",

0 commit comments

Comments
 (0)