Skip to content

Commit fea2ac8

Browse files
authored
Add missing deps for vsyslog (emscripten-core#14636)
`vsyslog` is an alias for `syslog` so has the same deps. The `test_deps_info` test takes care of confirming this is both necessary and sufficient.
1 parent ff7927e commit fea2ac8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/deps_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
'setprotoent': ['malloc'],
188188
'setgroups': ['sysconf'],
189189
'syslog': ['malloc', 'ntohs'],
190+
'vsyslog': ['malloc', 'ntohs'],
190191
'timegm': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc'],
191192
'tzset': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc'],
192193
'uuid_compare': ['memcmp'],

0 commit comments

Comments
 (0)