zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/build/uClibc/libc/sysdeps/linux/vax/mmap.c b/ap/build/uClibc/libc/sysdeps/linux/vax/mmap.c
new file mode 100644
index 0000000..2bc347f
--- /dev/null
+++ b/ap/build/uClibc/libc/sysdeps/linux/vax/mmap.c
@@ -0,0 +1,10 @@
+
+#include <unistd.h>
+#include <sys/mman.h>
+#include <errno.h>
+#include <sys/syscall.h>
+
+_syscall6 (void *, mmap, void *, start, size_t, length, int, prot, int, flags,
+ int, fd, off_t, offset)
+libc_hidden_def(mmap)
+