[EMAIL PROTECTED] wrote:
> Author: aldot
> Date: 2008-10-09 03:46:42 -0700 (Thu, 09 Oct 2008)
> New Revision: 23630
> 
> Log:
> - fix test. Tests are normal userspace and are _not_ part of the libc itself
>   Thanks to Tobias Poschwatta for pointing out this error.
> 
> 
Sorry. my fault.

> Modified:
>    trunk/uClibc/test/misc/tst-scandir.c
> 
> 
> Changeset:
> Modified: trunk/uClibc/test/misc/tst-scandir.c
> ===================================================================
> --- trunk/uClibc/test/misc/tst-scandir.c      2008-10-09 05:06:42 UTC (rev 
> 23629)
> +++ trunk/uClibc/test/misc/tst-scandir.c      2008-10-09 10:46:42 UTC (rev 
> 23630)
> @@ -3,7 +3,7 @@
>  
>  int skip_all(const struct dirent *dirbuf)
>  {
> -     __set_errno(EBADF);
> +     errno = EBADF;
>       return 0;
>  }
>  
> 
> _______________________________________________
> uClibc-cvs mailing list
> [EMAIL PROTECTED]
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 

_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to