commit | b6a4a4c0cc76004459f87cecb260d202b5ba5512 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Jul 26 16:34:40 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Aug 02 14:32:42 2016 -0700 |
tree | 7b8e17a2ed737c178caa4c418917ab57f2afb8f9 | |
parent | f9128bc7d4fff2f50705d92c4fd06e998b63f442 [diff] [blame] |
Add version information for legacy inlines. Bug: http://b/30170081 Change-Id: Ib5962ea3037dd692a98b6691d263871549aac8af
diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index 4397a0d..0d350e0 100644 --- a/libc/include/sys/stat.h +++ b/libc/include/sys/stat.h
@@ -178,7 +178,7 @@ #endif /* defined(__BIONIC_FORTIFY) */ #if __ANDROID_API__ >= 21 -int mkfifo(const char*, mode_t); +int mkfifo(const char*, mode_t) __INTRODUCED_IN(21); #else // Implemented as a static inline before 21. #endif