poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / assert.texi
blob41e267d018542f9166b24ad1a752080a1d695170
1 @node assert
2 @section @code{assert}
3 @findex assert
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/assert.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @end itemize
17 Extension: Gnulib offers a module @samp{assert} that allows the installer to
18 disable assertions through a @samp{configure} option: @samp{--disable-assert}.