Subversion Repositories HelenOS

Rev

Rev 1866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1866 Rev 1867
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <sys/mmap.h>
35
#include <sys/mman.h>
36
#include <as.h>
36
#include <as.h>
37
#include <unistd.h>
37
#include <unistd.h>
38
 
38
 
39
void *mmap(void  *start, size_t length, int prot, int flags, int fd, off_t offset)
39
void *mmap(void  *start, size_t length, int prot, int flags, int fd, off_t offset)
40
{
40
{