Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-05-10 00:53:22 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-05-10 00:53:22 +0400
commit8e67b974a9097dbb6098ad50795c16ee3af3b4f2 (patch)
tree65999f9ec031d48c49b829f85373d8260ccd45c4 /winsup/testsuite/libltp
parentb92899cca0379eaaf9a989035f469536740b9e49 (diff)
* libltp/include/test.h: Remove gethostid declaration.
Diffstat (limited to 'winsup/testsuite/libltp')
-rw-r--r--winsup/testsuite/libltp/include/test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/testsuite/libltp/include/test.h b/winsup/testsuite/libltp/include/test.h
index 9bad911c4..8cffea4cb 100644
--- a/winsup/testsuite/libltp/include/test.h
+++ b/winsup/testsuite/libltp/include/test.h
@@ -54,7 +54,6 @@ int execvp(const char *, const char * const []);
/* CGF: Avoid compilation warnings for undefined functions */
extern int setregid (gid_t, gid_t);
int setreuid (uid_t, uid_t);
-int gethostid (void);
#define TPASS 0 /* Test passed flag */
#define TFAIL 1 /* Test failed flag */