summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/manager.c
Commit message (Collapse)AuthorAgeFilesLines
* libpthread: add format attribute to __pthread_message()Mike Frysinger2009-08-191-2/+2
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-091-2/+2
| | | | | | Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Add noreturn attributes to some functions that won't ever do soRon2009-07-091-2/+2
| | | | | | | | | | usage() is also made static in answer to warnings about no prototype. In __pthread_manager_event() we also have to drop the return statement, else gcc will in turn complain about a non-returning function having one. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-7/+7
| | | | Step 21: merge linuxthreads.old directory
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-1/+1
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-5/+4
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-13/+13
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-0/+7
| | | | | | Step 7: merge linuxthreads and linuxthread.old folders Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-12-161-4/+1
|
* Merge from trunk."Steven J. Hill"2006-02-271-0/+14
|
* Merge from trunk."Steven J. Hill"2006-02-231-19/+16
|
* Merge from trunk."Steven J. Hill"2006-01-061-2/+10
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+905