Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   joerg
Date:           Mon Mar 12 20:16:52 UTC 2012

Modified Files:
        src/lib/libpthread: pthread.c pthread_int.h

Log Message:
Keep track of the size of the guard area, in case we want to make it
modifiable later. Only reuse the stack if it was allocated by libpthread
and if the expected thread size matches the current stack size.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/lib/libpthread/pthread.c
cvs rdiff -u -r1.83 -r1.84 src/lib/libpthread/pthread_int.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index