Changeset 3642
- Timestamp:
- May 18, 2008, 2:11:27 PM (17 years ago)
- Location:
- trunk/libc/src/kNIX
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/b_initterm.c
r2942 r3642 131 131 * Only initialize it once. 132 132 * 133 * We currently IGNORE the pos ibility that two thread might be racing here and133 * We currently IGNORE the possibility that two thread might be racing here and 134 134 * the loser begin able to call into LIBC while it's begin initialized. 135 135 */ … … 139 139 rc = __libc_back_init(hmod, pvOS, fFlags); 140 140 else 141 rc = 0; 142 #ifdef __OS2__ 143 /* Install the 16-bit signal handler. */ 144 if (fFlags & __LIBC_INIT_FLAGS_PROCESS) 141 145 { 142 #ifdef __OS2__ 143 /* Install the 16-bit signal handler. */ 144 if (fFlags & __LIBC_INIT_FLAGS_PROCESS) 145 rc = __libc_back_signalInitExe(); 146 else 146 rc = __libc_back_signalInitExe(); 147 __libc_spmInheritFree(); 148 } 147 149 #endif 148 rc = 0; 149 150 } 150 151 151 if (!rc) 152 152 LIBCLOG_RETURN_INT(0); -
trunk/libc/src/kNIX/os2/__init.c
r2929 r3642 1 !THIS FILE IS DEAD! 1 2 /* 2 3 Application low-level initialization routine.
Note:
See TracChangeset
for help on using the changeset viewer.