802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
|
}
}
#endif /* TCL_THREADS */
/*
*----------------------------------------------------------------------
*
* TclpReaddir, TclpLocaltime, TclpGmtime, TclpInetNtoa --
*
* These procedures replace core C versions to be used in a
* threaded environment.
*
* Results:
* See documentation of C functions.
*
|
|
|
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
|
}
}
#endif /* TCL_THREADS */
/*
*----------------------------------------------------------------------
*
* TclpReaddir, TclpInetNtoa --
*
* These procedures replace core C versions to be used in a
* threaded environment.
*
* Results:
* See documentation of C functions.
*
|