]> xenbits.xensource.com Git - unikraft/libs/libgo.git/commit
Remove madvise stub from `glue.c`
authorRazvan Virtan <razvanvirtan@gmail.com>
Wed, 8 Sep 2021 09:31:32 +0000 (12:31 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 27 Nov 2021 18:31:01 +0000 (18:31 +0000)
commitca2b5d12305ea666fe96c0dd78b3ca5d4cfdb0db
treea767984708f0c358743d8014a5361e661ebc19d6
parent0af8029053f857dfa95e0e6fcb434d7e4106846b
Remove madvise stub from `glue.c`

Recent unikraft version provides the symbol for the `madvise` syscall.
This commit removes the stub from the glue code, otherwise it will cause
a duplicate error during building.

Signed-off-by: Răzvan Vîrtan <virtanrazvan@gmail.com>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #3
glue.c