aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 03:49:28 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 03:49:41 +0200
commitbb4a24612726179c6be12847987dd6ffaafcf30e (patch)
tree27bf47da616a15259fae04711e6495d10c2e3f96 /include/assert.h
parent__noreturn shall be at the beginning of the prototypes (diff)
downloadslibc-bb4a24612726179c6be12847987dd6ffaafcf30e.tar.gz
slibc-bb4a24612726179c6be12847987dd6ffaafcf30e.tar.bz2
slibc-bb4a24612726179c6be12847987dd6ffaafcf30e.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/assert.h b/include/assert.h
index 73ebabd..4e8bc2f 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -49,9 +49,9 @@
* Unless `NDEBUG` is defined, print an error message
* and abort the process, if `errnum` is non-zero.
*
- * @param errnum:int The error code, describing the error that occurred.
+ * `assert_perror` is a GNU-compliant slibc extension.
*
- * `assert_perror` is a GNU extension.
+ * @param errnum:int The error code, describing the error that occurred.
*/
# ifdef assert_perror
# undef assert_perror