RTEMS  5.1
Functions
privateenv.c File Reference

Instantiate a Private User Environment. More...

#include <stdlib.h>
#include <rtems/libio_.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/userextimpl.h>
#include <rtems/sysinit.h>

Functions

rtems_status_code rtems_libio_set_private_env (void)
 Creates a private environment. More...
 
void rtems_libio_use_global_env (void)
 Use the global environment. More...
 
 RTEMS_SYSINIT_ITEM (rtems_libio_env_init, RTEMS_SYSINIT_USER_ENVIRONMENT, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

Instantiate a Private User Environment.