svn commit: trunk/uClibc/test/misc

Carmelo AMOROSO carmelo.amoroso at st.com
Thu Oct 9 11:18:52 UTC 2008


aldot at uclibc.org 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
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 




More information about the uClibc mailing list