diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 03:49:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 03:49:41 +0200 |
commit | bb4a24612726179c6be12847987dd6ffaafcf30e (patch) | |
tree | 27bf47da616a15259fae04711e6495d10c2e3f96 /include/assert.h | |
parent | __noreturn shall be at the beginning of the prototypes (diff) | |
download | slibc-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.h | 4 |
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 |