Ignore:
Timestamp:
Jun 13, 2005, 4:16:10 AM (21 years ago)
Author:
bird
Message:

o Changed the LIBC_PATHREADWRITERS to a generic LIBC_HOOK_DLLS.

See src/emx/src/lib/sys/hooks.c for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__initdll.c

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r2020 r2021  
    3636#include "b_fs.h"
    3737#include "b_signal.h"
     38
    3839#include <InnoTekLIBC/thread.h>
    3940#include <InnoTekLIBC/libc.h>
     
    8990 *                         If clear all unix like features are enabled.
    9091 *                  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 */
     95int __init_dll(int fFlags, unsigned long hmod)
    9396{
    9497    ULONG               aul[2];
     
    213216        return -1;
    214217    }
     218
     219
     220
     221
     222
     223
     224
    215225
    216226    /*
Note: See TracChangeset for help on using the changeset viewer.