OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [v850/] [_mmap.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/* Use new style mmap for v850 */
2
 
3
#include <unistd.h>
4
#include <errno.h>
5
#include <sys/mman.h>
6
#include <sys/syscall.h>
7
 
8
_syscall6 (__ptr_t, mmap, __ptr_t, addr, size_t, len, int, prot,
9
           int, flags, int, fd, __off_t, offset);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.