CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/11 07:26:20
Modified files:
lib/libc/sys : ftruncate.c lseek.c mmap.c mquery.c
posix_madvise.c pread.c preadv.c pwrite.c
pwritev.c truncate.c
Added files:
lib/libc/hidden: unistd.h
lib/libc/hidden/sys: mman.h
Log message:
Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration
to eliminate some casts.
Retire some uses of old-style STUB* macros where superseded by namespace.h bits
tweaks and ok deraadt@
