We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c088b5f commit e1171e6Copy full SHA for e1171e6
libc/src/dlfcn/CMakeLists.txt
@@ -14,7 +14,6 @@ add_entrypoint_object(
14
dlerror.h
15
DEPENDS
16
libc.include.dlfcn
17
- libc.src.errno.errno
18
)
19
20
add_entrypoint_object(
@@ -25,7 +24,6 @@ add_entrypoint_object(
25
24
dlopen.h
26
27
28
29
30
31
@@ -36,7 +34,6 @@ add_entrypoint_object(
36
34
dlsym.h
37
35
38
39
40
41
42
@@ -47,7 +44,6 @@ add_entrypoint_object(
47
44
dlinfo.h
48
45
49
46
50
51
52
53
@@ -58,5 +54,4 @@ add_entrypoint_object(
58
54
dladdr.h
59
55
60
56
61
62
57
0 commit comments