Hi Bernhard,

In libc/sysdeps/linux/powerpc/bits/sysdep.h:

# undef INLINE_SYSCALL
# define INLINE_SYSCALL(name, nr, args...)                              \
...

# undef INTERNAL_SYSCALL_DECL
# define INTERNAL_SYSCALL_DECL(err) long int err
...

# undef INTERNAL_SYSCALL  <================= HERE
# define INTERNAL_SYSCALL_NCS(name, err, nr, args...)                   \


If that meant to be "# undef INTERNAL_SYSCALL_NSC",
then it needs to be fixed.
If not (i.e. if it means "please use default INTERNAL_SYSCALL,
and here is my INTERNAL_SYSCALL_NCS"), then a comment
is needed to remove confusion.


--
vda
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to