commit | 06040fd75c1edff9e5ffb2b3d3e2a6e66d57c11d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 09 13:25:03 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 09 13:25:03 2013 -0700 |
tree | 26c883a0e074a206e7063d111861a177d91959e1 | |
parent | 4fc8a0c1165537b693c900ac3e2c61470bd7e484 [diff] [blame] |
Add <sys/statvfs.h>. Bug: 2512019 Change-Id: I6e7fd3fa281977cc4bc270481a95416b5b2dc351
diff --git a/libc/include/sys/signalfd.h b/libc/include/sys/signalfd.h index a249d65..2537ab9 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* mask, int flags) __attribute__((__nonnull__(2))); +extern int signalfd(int fd, const sigset_t* mask, int flags) __nonnull((2)); __END_DECLS