Changeset 22d990c in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2020-01-11T00:36:26Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

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

    r8a74512 r22d990c  
    5151#include "private/libc.h"
    5252#include "private/async.h"
     53#include "private/malloc.h"
    5354#include "private/io.h"
    5455#include "private/fibril.h"
    55 #include "private/malloc.h"
    5656#include "private/task.h"
    5757#include "private/taskman.h"
Note: See TracChangeset for help on using the changeset viewer.