[uClibc-cvs] uClibc/libc/sysdeps/linux/microblaze mmap.c, NONE, 1.1 _mmap.c, 1.1, NONE

Erik Andersen andersen at uclibc.org
Wed Jan 21 23:27:45 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/microblaze
In directory nail:/tmp/cvs-serv30526/sysdeps/linux/microblaze

Added Files:
	mmap.c 
Removed Files:
	_mmap.c 
Log Message:
Split up syscalls.c, since it had grown to be quite large and ugly.
 -Erik


--- _mmap.c DELETED ---

--- NEW FILE: mmap.c ---
/* Use new style mmap for microblaze */

#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
#include <sys/syscall.h>

_syscall6 (__ptr_t, mmap, __ptr_t, addr, size_t, len, int, prot,
	   int, flags, int, fd, __off_t, offset);




More information about the uClibc-cvs mailing list