Subversion Repositories Kolibri OS

Rev

Rev 6536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6536 Rev 6664
Line 11... Line 11...
11
{
11
{
12
    struct _reent *ent;
12
    struct _reent *ent;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
    ent = user_alloc(sizeof(struct _reent));
14
    ent = user_alloc(sizeof(struct _reent));
Line 15... Line 15...
15
 
15
 
16
    _REENT_INIT_PTR(ent);
16
    _REENT_INIT_PTR_ZEROED(ent);
17
 
17
 
18
    __asm__ __volatile__(
18
    __asm__ __volatile__(