Changeset 0ee4322 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-01-13T13:19:37Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0dc74ae
Parents:
4fb6bf36
Message:

Add ftruncate() and support for VFS_TRUNCATE to VFS and TMPFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.h

    r4fb6bf36 r0ee4322  
    11/*
    2  * Copyright (c) 2007 Jakub Jermar
     2 * Copyright (c) 2008 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    6464extern void tmpfs_read(ipc_callid_t, ipc_call_t *);
    6565extern void tmpfs_write(ipc_callid_t, ipc_call_t *);
     66extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *);
    6667
    6768#endif
Note: See TracChangeset for help on using the changeset viewer.