On Tue, Feb 2, 2010 at 6:15 AM, Denys Vlasenko <[email protected]> wrote:
> 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.

INTERNAL_SYSCALL is redefined just below INTERNAL_SYSCALL_NCS in the same file.
may be # undef INTERNAL_SYSCALL could be moved after
INTERNAL_SYSCALL_NCS definition for
readability.

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

Reply via email to