Hi everybody,

I have some question about Microblaze support in uClibc.
I look at Config.in and there is set BROKEN flags next to Microblaze label.
Can someone explain me what does it mean? What is broken?

Microblaze community use 0.9.27 version and I would like to upgrade to
latest version and fix all bugs which are in Microblaze part.

and next question I have is about supporting *nat syscalls (openat, mknodat
and others). Do you have any plan to add it? I do some changes on ancient
0.9.27 version and I do some test with it. I think uClibc should support
them.

And then I look at kernel source and compare it with libc declaration. I
think that parameters should be the same.
For example on mknod call. And others. Please correct me if I am wrong.

static __inline__ _syscall3(int, __syscall_mknod, const char *, path,
        __kernel_mode_t, mode, __kernel_dev_t, dev);

static __inline__ _syscall3(int, __syscall_mknod, const char *, path,
        __kernel_mode_t, mode, unsigned, dev);

Thanks for your help.

Best regards,
Michal Simek

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

Reply via email to