Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:36 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.1: +1 -4
lines
Diff to previous 1.1 (colored)
Corrected a wrong use of errno. From man errno; errno is defined by the ISO C standard to be a modifiable lvalue of type int, and must not be explicitly declared; errno may be a macro. errno is thread-local; setting it in one thread does not affect its value in any other thread.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 10 12:15:48 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
oxd-thread.c is a multi-thread version of oxd (experimental).