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
/
libc
/
sysdeps
/
linux
/
common
/
bits
/
uClibc_pthread.h
Age
Commit message (
Expand
)
Author
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
uClibc_pthread.h: remove __pthread_mutex_destroy, unused
Peter S. Mazinger
2012-06-15
uClibc_pthread.h: do not install on target
Peter S. Mazinger
2010-04-16
libc: remove libc weak __pthreads_* wrappers
Timo Teras
2007-01-20
Disable declarations for NPTL.
"Steven J. Hill"
2006-12-09
silence a lot of warnings and fix a few genuine bugs while I'm at it.
Eric Andersen
2006-12-08
seems this is the newfangled way to tell folks this stuff
Eric Andersen
2006-12-08
this stuff is for uClibc internal use only
Eric Andersen
2006-12-08
finish the pthread locking cleanups. This should get things compiling again
Eric Andersen
2006-02-16
Undo earlier change and sync new linuxthreads' guard w/ old
Peter S. Mazinger
2006-02-16
Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this...
Peter S. Mazinger
2006-01-05
remove duplicate ;
Mike Frysinger
2006-01-04
now we can safely declare these hidden
Mike Frysinger
2006-01-03
Remove textrel
Peter S. Mazinger
2005-12-29
hide the internal libc pthread_mutex funcs
Mike Frysinger
2005-11-09
booooring license updates
Mike Frysinger
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III