diff options
| author | David 'Digit' Turner <digit@google.com> | 2010-09-28 00:12:08 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-28 00:12:08 -0700 |
| commit | 223ddfcfc4cb354641e70da31a60556248db5036 (patch) | |
| tree | a40fec6fc010dc108d5a4ed72add00eefd0bcca4 /libc/include/sys/linux-unistd.h | |
| parent | 9df22a5a5fc57d511bfde3338806ec98d0cc334f (diff) | |
| parent | 275cd48511daabe4591caa49c3ad0df34a6889ff (diff) | |
| download | bionic-223ddfcfc4cb354641e70da31a60556248db5036.zip bionic-223ddfcfc4cb354641e70da31a60556248db5036.tar.gz bionic-223ddfcfc4cb354641e70da31a60556248db5036.tar.bz2 | |
Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread
Diffstat (limited to 'libc/include/sys/linux-unistd.h')
| -rw-r--r-- | libc/include/sys/linux-unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/sys/linux-unistd.h b/libc/include/sys/linux-unistd.h index 6bd9ac7..7494efe 100644 --- a/libc/include/sys/linux-unistd.h +++ b/libc/include/sys/linux-unistd.h @@ -79,6 +79,7 @@ int flock (int, int); int fchmod (int, mode_t); int dup (int); int pipe (int *); +int pipe2 (int *, int); int dup2 (int, int); int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *); int ftruncate (int, off_t); |
