Commit cc5025c
committed
Remove DLSYM_NEEDS_UNDERSCORE
Some non-ELF platforms in the past (BSD-based systems - OpenBSD, NetBSD,
FreeBSD and Mac OS X ~10.3) required dlsym() to have symbol names
prefixed with an underscore (_) character. This isn't relevant anymore
on current systems.1 parent 13b83a4 commit cc5025c
3 files changed
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 114 | | |
129 | 115 | | |
130 | 116 | | |
| |||
168 | 154 | | |
169 | 155 | | |
170 | 156 | | |
171 | | - | |
172 | 157 | | |
173 | 158 | | |
174 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 197 | + | |
202 | 198 | | |
203 | 199 | | |
204 | 200 | | |
| |||
0 commit comments