NetBSD/sys/compat
kleink 4174920943 Per X/Open CAE Specification, Issue 5, change the semantics of pread(),
pread64(), pwrite(), pwrite64():
* The `offset' argument specifies an absolute offset within the file.
* After performing the read resp. write operation, restore the original
  offset within the file.
Also, change the argument structure used by svr4_sys_prwite64() to
svr4_sys_pwrite64_args, instead of the 32-bit offset version.
1997-10-27 11:45:57 +00:00
..
common Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
freebsd Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
hpux Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
ibcs2 Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
linux msync -> __msync13 1997-10-21 00:57:38 +00:00
m68k4k Fix tipo inherited from old version of TNF copyright template. 1997-10-09 08:30:09 +00:00
osf1 Fix execve(2) and *setregs() interfaces so emulations can set registers in a 1997-09-11 23:01:44 +00:00
ossaudio Make the audio API (almost) SunOS compatible. 1997-10-19 07:41:33 +00:00
sunos Update for new msync (== __msync13), use flags 1997-10-21 00:58:41 +00:00
svr4 Per X/Open CAE Specification, Issue 5, change the semantics of pread(), 1997-10-27 11:45:57 +00:00
ultrix Use void* not caddr_t for 'addr' argument to native mmap(). 1997-10-19 00:15:31 +00:00