OSDN Git Service

The mmap syscall has 6 arguments, which has various implementations
authorDavid Schleef <ds@schleef.org>
Fri, 25 May 2001 23:07:35 +0000 (23:07 -0000)
committerDavid Schleef <ds@schleef.org>
Fri, 25 May 2001 23:07:35 +0000 (23:07 -0000)
commitfce6446b7eff58d4c910e8938869b431d172db25
tree8a7616e7aed75fa414215f3304479698d7e80f3e
parent55021a78202f4960f5294c55668b400854c7ba65
The mmap syscall has 6 arguments, which has various implementations
on different architectures.
test/mmap/Makefile [new file with mode: 0644]
test/mmap/mmap.c [new file with mode: 0644]