CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2011/10/16 00:29:56

Modified files:
        lib/libc/include: thread_private.h 
        lib/libc/sys   : ftruncate.c lseek.c mmap.c mquery.c pread.c 
                         preadv.c pwrite.c pwritev.c truncate.c 

Log message:
Make consistent the syscall stubs for the syscalls that got special
handling to fix up the alignment of 64bit arguments so that they do
the same dance where _thread_sys_FOO is the real stub and FOO is a
weak alias.  For some of them, this is needed for cancellation handling.

>From discussions with fgsch@, ok millert@

Reply via email to