Mail Archives: cygwin-developers/1998/12/24/10:59:15
Yes. Sorry that I forgot to mention this. I was even blithely
discussing this problem in email with DJ minutes after I made the
snapshot...
I'm looking into releasing a new newlib snapshot but I have to get
internal approval before I can proceed.
Corinna noticed this problem, too. Thanks to both of you for
pointing this out.
-chris
On Thu, Dec 24, 1998 at 12:01:26PM -0600, Mumit Khan wrote:
>On Thu, 24 Dec 1998, Corinna Vinschen wrote:
>
>> -----------
>> undefined symbol from libc.a(execvp.o): posix_path_list_p
>
>Thu Dec 24 00:07:52 1998 Mumit Khan <khan AT xraylith DOT wisc DOT edu>
>
> * libc/posix/execvp.c (execvp): Use cygwin_posix_path_list_p,
> not posix_path_list_p.
>
>Index: libc/posix/execvp.c
>===================================================================
>RCS file: /home/khan/CVSROOT/cygwin/dev/newlib/libc/posix/execvp.c,v
>retrieving revision 1.1.1.1
>diff -u -3 -p -r1.1.1.1 execvp.c
>--- libc/posix/execvp.c 1998/12/24 04:56:39 1.1.1.1
>+++ libc/posix/execvp.c 1998/12/24 06:07:37
>@@ -66,7 +66,7 @@ _DEFUN (execvp, (file, argv),
> #endif
>
> #ifdef __CYGWIN32__
>- path_delim = posix_path_list_p (path) ? ':' : ';';
>+ path_delim = cygwin_posix_path_list_p (path) ? ':' : ';';
> #endif
>
> while (*path)
>
- Raw text -