next up previous contents index
Next: 9.9.2 fd_set_console: initialize stdin Up: 9.9 Extended POSIX Support Previous: 9.9 Extended POSIX Support

9.9.1 oskit_init_libc: Initialize the OSKit C library

   

SYNOPSIS

void oskit_init_libc(void);

DESCRIPTION

oskit_init_libc allows for internal initializatons to be done. This routine should be called when the operating system is initialized. For example, the threads system (See Section 18) will call this routine after it has initialized its internal structures so that the C library may query the lock manager (See Section 4.12) for its required locking objects.



University of Utah Flux Research Group