Re: [PATCH V2 8/8] MIPS: Fix more *_NONBLOCK definitions

2012-04-08 Thread Mike Frysinger
On Sunday 08 April 2012 01:55:52 Kevin Cernekee wrote: On Sat, Apr 7, 2012 at 10:32 PM, Mike Frysinger vap...@gentoo.org wrote: On Saturday 07 April 2012 16:31:32 Kevin Cernekee wrote: The proposed change is to add #ifdef clauses for __mips__, similar to what was done for SFD_NONBLOCK in

[PATCH 1/4] inotify_rm_watch: Change second argument to int

2012-04-08 Thread Kevin Cernekee
From glibc: 2009-01-30 Ulrich Drepper drep...@redhat.com [BZ #7040] * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of inotify_rm_watch should have type int. This change allows us to copy inotify.h verbatim from glibc into uClibc. Signed-off-by: Kevin

[PATCH 2/4] inotify.h: Use new bits/ scheme for arch-specific flags

2012-04-08 Thread Kevin Cernekee
glibc has split off the arch-specific flag definitions (like IN_NONBLOCK) into arch/bits/inotify.h, so that there are no longer multiple redundant copies of the entire header file. We will adopt the same scheme in uClibc. Special cases are included for: alpha mips sparc hppa was omitted because

[PATCH 3/4] timerfd.h: Use new bits/ scheme for arch-specific flags

2012-04-08 Thread Kevin Cernekee
glibc has split off the arch-specific flag definitions (like TFD_NONBLOCK) into arch/bits/timerfd.h, so that there are no longer multiple redundant copies of the entire header file. We will adopt the same scheme in uClibc. Special cases are included for: alpha mips sparc hppa was omitted

Re: [PATCH 1/4] inotify_rm_watch: Change second argument to int

2012-04-08 Thread Mike Frysinger
thanks ... merged all 4 -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH 4/8] test/signal: Add tst-signalfd

2012-04-08 Thread Mike Frysinger
merged, thanks! -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH 6/8] test/inet: Add tst-sock-nonblock

2012-04-08 Thread Mike Frysinger
merged, thanks! -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH 7/8] test/misc: Add tst-inotify

2012-04-08 Thread Mike Frysinger
merged, thanks! -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc