add pipe2 syscall
authorRich Felker <dalias@aerifal.cx>
Mon, 23 Jul 2012 20:32:49 +0000 (16:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 23 Jul 2012 20:32:49 +0000 (16:32 -0400)
commit42f0e965c42d7611e7a02718bffb1a8ffba74488
tree7f56c41bc1d0067828c7f318b9be5cca3acf7cad
parent845a5e69fa33bf49eea81a7b8c80902ab1687f2e
add pipe2 syscall

based on patch by orc and Isaac Dunham, with some details fixed.
include/unistd.h
src/linux/pipe2.c [new file with mode: 0644]