commit | 46b44160e9e4c466be0faf1bb8d6ec70ecc83273 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri May 27 11:14:16 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Jun 02 13:40:35 2016 -0700 |
tree | 80036c736b6315189745423724f1d69cb3b74682 | |
parent | 6e9c1f61d8ea04d35d18709e373da355ca32e523 [diff] [blame] |
Update header versions for NDK platform fixes. Bug: http://b/28178111 Change-Id: Icd638673b409aa43a91490f77c6b4d79c9ea20d9
diff --git a/libc/include/sys/signalfd.h b/libc/include/sys/signalfd.h index 084a528..41036b0 100644 --- a/libc/include/sys/signalfd.h +++ b/libc/include/sys/signalfd.h
@@ -35,7 +35,7 @@ __BEGIN_DECLS -extern int signalfd(int fd, const sigset_t* _Nonnull mask, int flags) __INTRODUCED_IN(21); +extern int signalfd(int fd, const sigset_t* _Nonnull mask, int flags) __INTRODUCED_IN(18); __END_DECLS