]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
lib/nolibc: Export abort function
authorMarco Schlumpp <marco.schlumpp@gmail.com>
Fri, 25 Mar 2022 15:31:43 +0000 (16:31 +0100)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 15:50:58 +0000 (15:50 +0000)
This function was already declared in the public stdlib header, but the
symbol name was missing in the exportsyms.uk file.

Signed-off-by: Marco Schlumpp <marco.schlumpp@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
Approved-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #627

lib/nolibc/exportsyms.uk

index b36f943a576ee113a398f062183bf09064d1b1f4..5a8ce838409898fdd8bd934be74474151e311337 100644 (file)
@@ -42,6 +42,7 @@ fputc
 putchar
 
 # stdlib
+abort
 strtol
 strtoul
 strtoll