summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/forward.c
Commit message (Collapse)AuthorAgeFilesLines
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-07-201-0/+1
| | | | | | | 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>
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+2
|
* - silence warningBernhard Reutner-Fischer2008-10-061-1/+1
|
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-5/+6
| | | | Closes issue #5194
* add an URL to relevant gcc bugzilla entryDenis Vlasenko2008-05-201-2/+3
|
* suppress "asm declaration ignored due to conflict with previous rename"Denis Vlasenko2008-05-201-0/+20
| | | | | warning. It seems to be bogus. Comment contains extended description.
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-0/+2
| | | | This should fix it.
* Modify the earlier changes, because libc-lock references __pthread_mutex*, ↵Peter S. Mazinger2006-01-251-4/+4
| | | | dont use hidden_strong_alias
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-5/+6
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-1/+2
| | | | missing headers, other jump relocs removed
* use internal versions of exit/memcpyPeter S. Mazinger2006-01-041-1/+1
|
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-041-0/+142