musl-tcc/src/misc/gethostid.c
2022-03-20 16:48:53 +08:00

7 lines
53 B
C

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