Skip to content

Commit d0aad67

Browse files
committed
[WRAPPER] Add libm to the libc collection of libs
1 parent 66fc843 commit d0aad67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wrapped/wrappedlibc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,10 +3683,11 @@ EXPORT char my___libc_single_threaded = 0;
36833683
"libm.so", \
36843684
"libbsd.so"
36853685
#else
3686-
#define NEEDED_LIBS 4,\
3686+
#define NEEDED_LIBS 5,\
36873687
"ld-linux.so.2", \
36883688
"libpthread.so.0", \
36893689
"librt.so.1", \
3690+
"libm.so.6", \
36903691
"libbsd.so.0"
36913692
#define NEEDED_LIBS_234 6, \
36923693
"ld-linux.so.2", \

0 commit comments

Comments
 (0)