MIPS NPTL patches [1/3]

Mike Frysinger vapier at gentoo.org
Thu Apr 9 06:54:02 UTC 2009


On Wednesday 08 April 2009 23:44:07 Dan E wrote:
> ---------- patch start ----------

posting patches inline meant for direct inclusion really only works when:
 - it's only 1 patch
 - patch is at the end of the e-mail

multiple patches should either be separate e-mails or attached.  there should 
also be a short description of each one individually.

> --- uClibc-nptl/include/unistd.h	(revision 26031)
> +++ uClibc-nptl/include/unistd.h	(working copy)
> -extern void __exit_thread (int val) __attribute__ ((noreturn));
> +extern void __exit_thread (int val) __attribute__ ((__noreturn__));

for changes clearly not related to NPTL, these should go into trunk and split 
out of any NPTL-specific changes.

> --- uClibc-nptl/libc/signal/sigpause.c	(revision 26031)
> +++ uClibc-nptl/libc/signal/sigpause.c	(working copy)
> +#include <string.h>

for changes not related to your arch let alone NPTL, you should be describing 
exactly why it's needed.  a simple copy & paste of a compile error usually 
suffices.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090409/cfc5b5e7/attachment.pgp>


More information about the uClibc mailing list