summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Pfaff <tpfaff@gmx.net>2003-03-23 10:56:19 +0000
committerThomas Pfaff <tpfaff@gmx.net>2003-03-23 10:56:19 +0000
commitb2ee9a5565cad93f24dd79820c8ace509f68a5bb (patch)
treefb935827352ee4e1bb900b0f8738067dbee78b43
parent9306ba2ee441332e5b26d2f598fabd1338ae54c8 (diff)
downloadcygnal-b2ee9a5565cad93f24dd79820c8ace509f68a5bb.tar.gz
cygnal-b2ee9a5565cad93f24dd79820c8ace509f68a5bb.tar.bz2
cygnal-b2ee9a5565cad93f24dd79820c8ace509f68a5bb.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 614ad9b9e..f852c406b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -3,7 +3,7 @@
* thread.h (class List): Move inline code inside class
declaration.
(List::forEach): Change callback parameter to template class
- member function pointer.
+ member function pointer.
(pthread_keys::fixup_before_fork): Change to inline. Use
List::forEach to fixup keys.
(pthread_keys::fixup_after_fork): Ditto.