Skip to content

Commit e1171e6

Browse files
authored
[libc][dlfcn] Remove unused errno dep (#152222)
This removes the errno dep for the stub libdl functions, since there is no need for it.
1 parent c088b5f commit e1171e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc/src/dlfcn/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ add_entrypoint_object(
1414
dlerror.h
1515
DEPENDS
1616
libc.include.dlfcn
17-
libc.src.errno.errno
1817
)
1918

2019
add_entrypoint_object(
@@ -25,7 +24,6 @@ add_entrypoint_object(
2524
dlopen.h
2625
DEPENDS
2726
libc.include.dlfcn
28-
libc.src.errno.errno
2927
)
3028

3129
add_entrypoint_object(
@@ -36,7 +34,6 @@ add_entrypoint_object(
3634
dlsym.h
3735
DEPENDS
3836
libc.include.dlfcn
39-
libc.src.errno.errno
4037
)
4138

4239
add_entrypoint_object(
@@ -47,7 +44,6 @@ add_entrypoint_object(
4744
dlinfo.h
4845
DEPENDS
4946
libc.include.dlfcn
50-
libc.src.errno.errno
5147
)
5248

5349
add_entrypoint_object(
@@ -58,5 +54,4 @@ add_entrypoint_object(
5854
dladdr.h
5955
DEPENDS
6056
libc.include.dlfcn
61-
libc.src.errno.errno
6257
)

0 commit comments

Comments
 (0)