commit | 14adff1cfa06a3d4d3281a9bf7848b556d84c20d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Apr 29 12:00:55 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Apr 29 16:39:50 2016 -0700 |
tree | ce1fb2867f69e49f57d0bbe8a9099b09beda0c19 | |
parent | 5a3d5cac642f9e58b2c510eab23789fb4fc3a753 [diff] [blame] |
Add versioning information to symbols. Bug: http://b/28178111 Change-Id: I46bf95accd819f4521afb1173d8badcc5e9df31c
diff --git a/libc/include/sys/inotify.h b/libc/include/sys/inotify.h index dcdd29a..dcf0e1d 100644 --- a/libc/include/sys/inotify.h +++ b/libc/include/sys/inotify.h
@@ -41,7 +41,7 @@ #define IN_NONBLOCK O_NONBLOCK extern int inotify_init(void); -extern int inotify_init1(int); +extern int inotify_init1(int) __INTRODUCED_IN(21); extern int inotify_add_watch(int, const char*, uint32_t); extern int inotify_rm_watch(int, uint32_t);