Changeset 1905 for trunk/psLib/src/sysUtils/psError.c
- Timestamp:
- Sep 27, 2004, 10:38:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.c
r1881 r1905 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 4 21:59:29$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-27 20:38:02 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 static unsigned int errorStackSize = 0; 29 29 pthread_mutex_t lockErrorStack = PTHREAD_MUTEX_INITIALIZER; 30 31 30 32 31 static void pushErrorStack(psErr* err);
Note:
See TracChangeset
for help on using the changeset viewer.
