mirror of /home/gitosis/repositories/libowfat.git
wrong prototype
parent
e34c6ecc72
commit
a1f3097c9f
2
mmap.h
2
mmap.h
|
@ -8,7 +8,7 @@ extern char* mmap_read(const char *filename,unsigned long* filesize);
|
|||
/* open file for writing, mmap whole file privately (copy on write),
|
||||
* close file, write length of map in filesize and return pointer to
|
||||
* map. */
|
||||
extern char* mmap_write(const char *filename,unsigned long* filesize);
|
||||
extern char* mmap_private(const char *filename,unsigned long* filesize);
|
||||
|
||||
/* open file for writing, mmap whole file shared, close file, write
|
||||
* length of map in filesize and return pointer to map. */
|
||||
|
|
Loading…
Reference in New Issue