Changeset 102f641 in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/libc.c

    r241f1985 r102f641  
    5454#include "private/taskman.h"
    5555
    56 
    5756#ifdef CONFIG_RTLD
    5857#include <rtld/rtld.h>
     
    119118        }
    120119#endif
    121        
     120
    122121        /* Setup async framework and taskman connection */
    123122        __async_server_init();
Note: See TracChangeset for help on using the changeset viewer.