blob: 25bb35db862d297f92ff3931b1964373d48194d8 [file] [log] [blame]
Rich Felker57b97b42018-02-25 21:13:38 -05001#include <unistd.h>
2
Rich Felker0b44a032011-02-12 00:22:29 -05003long gethostid()
4{
5 return 0;
6}