diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-16 06:26:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-16 06:26:23 +0000 |
commit | 201111c99b9ae268ec93ffc9b161b976fc41bbf8 (patch) | |
tree | c32f77dd100c6061c60a804f5e8b3a17ae737135 /lib | |
parent | 1c5ec523a49b43d399b09f3817fecacc2a71e4da (diff) | |
download | coreutils-201111c99b9ae268ec93ffc9b161b976fc41bbf8.tar.xz |
(xgethostname): New file, from gnulib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xgethostname.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xgethostname.h b/lib/xgethostname.h new file mode 100644 index 000000000..0177a4096 --- /dev/null +++ b/lib/xgethostname.h @@ -0,0 +1 @@ +char *xgethostname (void); |