summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-06-16 17:52:58 +0000
committerWerner Zeh <werner.zeh@siemens.com>2021-06-18 04:38:50 +0000
commitc538ce12ae4f8d577f5d510e5194771f0db6b023 (patch)
treed57daaa9ee1abc07265ab1a172ffe087d81ca441
parentc1536adcf4c4cd3a36288e2edb1af06189ba0198 (diff)
downloadcoreboot-c538ce12ae4f8d577f5d510e5194771f0db6b023.tar.gz
coreboot-c538ce12ae4f8d577f5d510e5194771f0db6b023.tar.bz2
coreboot-c538ce12ae4f8d577f5d510e5194771f0db6b023.zip
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>
-rw-r--r--payloads/libpayload/include/stdlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/payloads/libpayload/include/stdlib.h b/payloads/libpayload/include/stdlib.h
index 1c830e292cff..a6bc8e8b0266 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);