musl-tcc/src/misc/gethostid.c

7 lines
53 B
C

#include <unistd.h>
long gethostid()
{
return 0;
}