[PATCH] sys/queue.h: update to eglibc version

2011-12-16 Thread Natanael Copa
Xen needs SIMPLEQ_* queue types which was not provided from the old uclibc queue.h. Use same implementation as eglibc. Grabbed from: http://www.eglibc.org/svn/trunk/libc/misc/sys/queue.h --- include/sys/queue.h | 842 --- 1 files changed, 399

Re: [PATCH] sys/queue.h: update to eglibc version

2011-12-16 Thread Natanael Copa
On Fri, Dec 16, 2011 at 10:53 AM, Natanael Copa natanael.c...@gmail.com wrote: Xen needs SIMPLEQ_* queue types which was not provided from the old uclibc queue.h. Use same implementation as eglibc. Grabbed from: http://www.eglibc.org/svn/trunk/libc/misc/sys/queue.h Forgot signed-off. sorry.

[PATCH] sys/queue.h: update to eglibc version

2011-12-16 Thread Natanael Copa
Xen needs SIMPLEQ_* queue types which was not provided from the old uclibc queue.h. Use same implementation as eglibc. Grabbed from: http://www.eglibc.org/svn/trunk/libc/misc/sys/queue.h Signed-off-by: Natanael Copa nc...@alpinelinux.org --- include/sys/queue.h | 842

Re: [PATCH] sys/queue.h: update to eglibc version

2011-12-16 Thread Peter Korsgaard
Natanael == Natanael Copa natanael.c...@gmail.com writes: Natanael Forgot signed-off. sorry. Natanael Will resend. Natanael (Is there some way to add always-signed-off to .git/config?) I believe you can add something like this to your ~/.gitconfig [format] signoff = true -- Bye,

Re: [PATCH] sys/queue.h: update to eglibc version

2011-12-16 Thread Mike Frysinger
On Friday 16 December 2011 05:06:25 Natanael Copa wrote: On Fri, Dec 16, 2011 at 10:53 AM, Natanael Copa wrote: Xen needs SIMPLEQ_* queue types which was not provided from the old uclibc queue.h. Use same implementation as eglibc. Grabbed from: