OSDN Git Service

libc: Add missing pipe2() declaration and implementation.
authorDavid 'Digit' Turner <digit@google.com>
Mon, 27 Sep 2010 15:33:08 +0000 (17:33 +0200)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 27 Sep 2010 15:33:08 +0000 (17:33 +0200)
commit275cd48511daabe4591caa49c3ad0df34a6889ff
tree7fa40917d92ff25cbfe6e4f4d4cbe01bd9af588e
parentb9e49ad56e5776ace7c6eab2e997d5b7acb16792
libc: Add missing pipe2() declaration and implementation.

Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c
libc/SYSCALLS.TXT
libc/arch-arm/syscalls.mk
libc/arch-arm/syscalls/pipe2.S [new file with mode: 0644]
libc/arch-sh/syscalls.mk
libc/arch-sh/syscalls/pipe2.S [new file with mode: 0644]
libc/arch-x86/syscalls.mk
libc/arch-x86/syscalls/pipe2.S [new file with mode: 0644]
libc/include/sys/linux-syscalls.h
libc/include/sys/linux-unistd.h
libc/include/unistd.h