History log of /external/ltp/testcases/kernel/syscalls/inotify/inotify.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8967f960f820f449162101a02ee5747f195a8a57 14-Feb-2017 Ngie Cooper <yaneurabeya@gmail.com> Update references with my old legal name/email to my current name/email address

No functional change

Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
/external/ltp/testcases/kernel/syscalls/inotify/inotify.h
248bb4bce1cd347b02e03bce0e48ec1e3dabf23d 04-Feb-2014 Jeffrey Bastian <jbastian@redhat.com> use inotify_init1(0) for inotify tests on aarch64

aarch64 (and possibly other new architectures) does not implement
the __ARCH_WANT_SYSCALL_NO_FLAGS syscalls, so use inotify_init1(0)
instead of inotify_init(void)

Signed-off-by: Jeffrey Bastian <jbastian@redhat.com>
Reviewed-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/kernel/syscalls/inotify/inotify.h
fed9641096e27f79a0f2d9adfe9839dd8d11dc0f 24-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Fix FSF address

find . -type f -exec sed -i 's/the Free Software Foundation, Inc., 59/the Free Software Foundation, Inc.,/g;s/Temple Place - Suite 330, Boston MA 02111-1307, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/inotify/inotify.h
3bf3cb1cd688d60a3f4da0313d563fb10f6ed0ed 20-May-2012 Garrett Cooper <yanegomi@gmail.com> Clean up inotify(7) wrappers

As a side-effect this also fixes the return code passed back
by the wrappers as the value should be an integer, not longs
[this fixes compile errors on platforms where
sizeof(int) != sizeof(long)].

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/inotify/inotify.h