* tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
+2006-12-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
+ * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
+
2006-12-01 Eric Blake <ebb9@byu.net>
* lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
# Obsolete, checked in semantics.
/^AC_FUNC_WAIT3$/ {next}
+ /^AC_FUNC_SETVBUF_REVERSED$/ {next}
/^AC_SYS_RESTARTABLE_SYSCALLS$/ {next}
# Not intended to be invoked at the top level.
AT_CHECK_MACRO([AC_SYS_RESTARTABLE_SYSCALLS], , ,[-W no-obsolete])
+AT_CHECK_MACRO([AC_FUNC_SETVBUF_REVERSED], , ,[-W no-obsolete])
AT_CHECK_MACRO([AC_FUNC_WAIT3], , ,[-W no-obsolete])