diff options
author | Nico Huber <nico.huber@secunet.com> | 2021-06-16 17:52:58 +0000 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-18 04:38:50 +0000 |
commit | c538ce12ae4f8d577f5d510e5194771f0db6b023 (patch) | |
tree | d57daaa9ee1abc07265ab1a172ffe087d81ca441 /payloads/libpayload | |
parent | c1536adcf4c4cd3a36288e2edb1af06189ba0198 (diff) |
includes: Remove dangling doxygen @}
Change-Id: I05e02f9689c1a6dafb3943657a3db975c2aeacbe
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55592
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/libpayload')
-rw-r--r-- | payloads/libpayload/include/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/payloads/libpayload/include/stdlib.h b/payloads/libpayload/include/stdlib.h index 1c830e292c..a6bc8e8b02 100644 --- a/payloads/libpayload/include/stdlib.h +++ b/payloads/libpayload/include/stdlib.h @@ -217,8 +217,6 @@ void exit(int status) __attribute__((noreturn)); #define halt() do { gdb_enter(); halt(); } while (0) #endif -/** @} */ - void qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)); char *getenv(const char*); uint64_t __umoddi3(uint64_t num, uint64_t den); |