[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 14/32] Mini-OS: add EXPORT_SYMBOL() instances to main.c



Juergen Gross, le lun. 27 nov. 2023 11:25:05 +0100, a ecrit:
> Add the needed instances of EXPORT_SYMBOL() to main.c.
> 
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>

Reviewed-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>

> ---
> V3:
> - new patch
> ---
>  main.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/main.c b/main.c
> index a93bc9d6..c5c1c420 100644
> --- a/main.c
> +++ b/main.c
> @@ -38,10 +38,12 @@ int main(int argc, char *argv[], char *envp[])
>  void _init(void)
>  {
>  }
> +EXPORT_SYMBOL(_init);
>  
>  void _fini(void)
>  {
>  }
> +EXPORT_SYMBOL(_fini);
>  
>  extern char __app_bss_start, __app_bss_end;
>  static void call_main(void *p)
> @@ -189,6 +191,7 @@ void _exit(int ret)
>      }
>      do_exit();
>  }
> +EXPORT_SYMBOL(_exit);
>  
>  int app_main(void *p)
>  {
> -- 
> 2.35.3
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.