On Tuesday 13 November 2012 06:31:42 Markos Chandras wrote:
> +#if ! defined(__NR_ustat)
> +/*
> + * ustat syscall is deprecated and statfs or fstatfs should
> + * be used instead. There is no way to provide a wrapper for the
> + * newer syscalls, so just mark this syscall as unimplemented
> + */
> +int ustat(dev_t dev, struct ustat* ubuf)
> +{
> + __set_errno (ENOSYS);
> + return -1;
> +}NAK: use libc/sysdeps/linux/common/stubs.c -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
