* libltp/include/test.h: Remove gethostid declaration.

This commit is contained in:
Corinna Vinschen 2003-05-09 20:53:22 +00:00
parent b92899cca0
commit 8e67b974a9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-09 Corinna Vinschen <corinna@vinschen.de>
* libltp/include/test.h: Remove gethostid declaration.
2003-04-08 Thomas Pfaff <tpfaff@gmx.net>
* winsup.api/pthread/condvar9.c: Fix test.

View File

@ -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 */