Changeset 38d150e in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2017-12-02T09:44:11Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40feeac
Parents:
b5abaf7
Message:

Prefer to get memory allocation functions through the standard stdlib header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    rb5abaf7 r38d150e  
    5959#include <fibril_synch.h>
    6060#include <align.h>
    61 #include <malloc.h>
    6261#include <stdio.h>
     62#include <stdlib.h>
    6363
    6464/** Mutex protecting the list of cached free FAT nodes. */
Note: See TracChangeset for help on using the changeset viewer.