4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 11:30:56 +08:00

*** empty log message ***

This commit is contained in:
Thomas Pfaff 2003-03-23 10:56:19 +00:00
parent 9306ba2ee4
commit b2ee9a5565

View File

@ -3,7 +3,7 @@
* thread.h (class List): Move inline code inside class * thread.h (class List): Move inline code inside class
declaration. declaration.
(List::forEach): Change callback parameter to template class (List::forEach): Change callback parameter to template class
member function pointer. member function pointer.
(pthread_keys::fixup_before_fork): Change to inline. Use (pthread_keys::fixup_before_fork): Change to inline. Use
List::forEach to fixup keys. List::forEach to fixup keys.
(pthread_keys::fixup_after_fork): Ditto. (pthread_keys::fixup_after_fork): Ditto.