OSDN Git Service

Fix pwrite to take a const void* instead of void* for the buffer.
authorJeff Hamilton <jham@android.com>
Wed, 11 Aug 2010 16:28:26 +0000 (11:28 -0500)
committerJeff Hamilton <jham@android.com>
Wed, 11 Aug 2010 16:28:26 +0000 (11:28 -0500)
commit2304a0bf86f224efdd67e38f34c97f35c5cf3c56
treece28314e9e002cf08826eeb721f3c19e1f8c33f8
parentcaaf7ecd1c93e03b81bbe3fbf479969d0562de74
Fix pwrite to take a const void* instead of void* for the buffer.

Change-Id: I10b315946b8f8f7e34825410dfef37e0220edbee
libc/include/sys/linux-unistd.h
libc/include/unistd.h
libc/unistd/pwrite.c