Skip to content

Commit 813943f

Browse files
committed
Fix python-iptables
commit_hash:c1f1219d64d21ec34a6f2724029ef2252f1fdb7e
1 parent f25a712 commit 813943f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/python/symbols/libc/syms.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ SYM(inotify_init)
138138
SYM(inotify_add_watch)
139139
SYM(inotify_rm_watch)
140140
SYM(mlockall)
141+
SYM(malloc)
142+
SYM(free)
141143
#endif
142144

143145
#if defined(_darwin_)

0 commit comments

Comments
 (0)