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-03-09 20:53:06 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-03-09 20:53:06 +0300
commitc379f2ed076264d23614d5d608ae62d43404fe5f (patch)
treeece675c71eb64dfeee19a035800d59a473a1d044
parent639ebe297b5b257af61b338e5a00c70df4774559 (diff)
* winsup.api/ltp/fork10.c (main): Remove non-portable declaration
of lseek.
-rw-r--r--winsup/testsuite/ChangeLog5
-rw-r--r--winsup/testsuite/winsup.api/ltp/fork10.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 39ec06884..15b1c6874 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * winsup.api/ltp/fork10.c (main): Remove non-portable declaration
+ of lseek.
+
2003-03-09 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote
diff --git a/winsup/testsuite/winsup.api/ltp/fork10.c b/winsup/testsuite/winsup.api/ltp/fork10.c
index a3277d125..9dcbbb3b5 100644
--- a/winsup/testsuite/winsup.api/ltp/fork10.c
+++ b/winsup/testsuite/winsup.api/ltp/fork10.c
@@ -62,7 +62,6 @@ main(int ac, char **av)
int status, pid, fildes;
char parchar[2];
char chilchar[2];
- long lseek();
int lc; /* loop counter */
const char *msg; /* message returned from parse_opts */