author | Rich Felker <dalias@aerifal.cx> | 2012年09月07日 00:48:25 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年09月07日 00:48:25 -0400 |
commit | b9bb8f67bbac9bab5314fb00974ad469476e936e (patch) | |
tree | 89fc3a733b4cd9a2346c5b77d8953b4f7aa9dd22 /src/misc/gethostid.c | |
parent | 780aede41913528781bbc8ff0d0e27505595f7c0 (diff) | |
download | musl-b9bb8f67bbac9bab5314fb00974ad469476e936e.tar.gz |
-rw-r--r-- | src/misc/gethostid.c | 4 |
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c new file mode 100644 index 00000000..ea65611a --- /dev/null +++ b/src/misc/gethostid.c @@ -0,0 +1,4 @@ +long gethostid() +{ + return 0; +} |