diff options
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 |