Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-20 | linuxthreads.old: extend workaround for asm rename warnings | Mike Frysinger | |
The libc_pthread_init.c needs the include workaround like forward.c, and forward.c needs more includes now. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-10-06 | - silence warning | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-05-20 | add an URL to relevant gcc bugzilla entry | Denis Vlasenko | |
2008-05-20 | suppress "asm declaration ignored due to conflict with previous rename" | Denis Vlasenko | |
warning. It seems to be bogus. Comment contains extended description. | |||
2007-01-11 | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | |
This should fix it. | |||
2006-01-25 | Modify the earlier changes, because libc-lock references __pthread_mutex*, ↵ | Peter S. Mazinger | |
dont use hidden_strong_alias | |||
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger | |
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger | |