index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
linuxthreads.old
/
forward.c
Age
Commit message (
Collapse
)
Author
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