mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-01 00:05:06 +01:00
remove functions we're not adding after all
This commit is contained in:
parent
f239c20c79
commit
cc78aaf803
@ -95,10 +95,6 @@ int _FAT_ftruncate_r (struct _reent *r, int fd, off_t len);
|
||||
|
||||
int _FAT_fsync_r (struct _reent *r, int fd);
|
||||
|
||||
int _FAT_chflags_r (struct _reent *r, const char *path, u_int flags);
|
||||
|
||||
int _FAT_fchflags_r (struct _reent *r, int fd, u_int flags);
|
||||
|
||||
/*
|
||||
Synchronizes the file data to disc.
|
||||
Does no locking of its own -- lock the partition before calling.
|
||||
|
Loading…
Reference in New Issue
Block a user