Changeset 6c71a1f in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2008-11-04T22:34:59Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c472aff
Parents:
ab579fa
Message:

Start implementing fat_truncate().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    rab579fa r6c71a1f  
    732732}
    733733
     734void fat_truncate(ipc_callid_t rid, ipc_call_t *request)
     735{
     736        ipc_answer_0(rid, ENOTSUP);
     737}
     738
    734739/**
    735740 * @}
Note: See TracChangeset for help on using the changeset viewer.