Changeset 2021 for trunk/src/emx/src/lib/sys/__initdll.c
- Timestamp:
- Jun 13, 2005, 4:16:10 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/lib/sys/__initdll.c (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/__initdll.c
-
Property cvs2svn:cvs-rev
changed from
1.20to1.21
r2020 r2021 36 36 #include "b_fs.h" 37 37 #include "b_signal.h" 38 38 39 #include <InnoTekLIBC/thread.h> 39 40 #include <InnoTekLIBC/libc.h> … … 89 90 * If clear all unix like features are enabled. 90 91 * Passed on to __init_dll(). 91 */ 92 int __init_dll(int fFlags) 92 * @param hmod The handle of the calling module. This is 0 when we're called from crt0.s. 93 * If we're not already initialized, this will be the handle of the libc dll. 94 */ 95 int __init_dll(int fFlags, unsigned long hmod) 93 96 { 94 97 ULONG aul[2]; … … 213 216 return -1; 214 217 } 218 219 220 221 222 223 224 215 225 216 226 /* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
