CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/17 20:25:51
Modified files:
lib/libc/include: thread_private.h
lib/libc/thread: rthread_cb.h
Log message:
Use struct __sFILE instead of FILE in thread locking callback
declarations to reduce <stdio.h> pollution. Declare __isthreaded
in thread_private.h where it's really needed.
ok deraadt@
