termux-packages/packages/libthread-db/td_init.c

5 lines
68 B
C

#include <thread_db.h>
td_err_e td_init(void) {
return TD_OK;
}