* winsup.api/ltp/fork10.c (main): Remove non-portable declaration
of lseek.
This commit is contained in:
parent
639ebe297b
commit
c379f2ed07
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue