Re: [PATCH v1] stubdom/vtpm: add extern to function declarations

2020-06-17 Thread Samuel Thibault
Jason Andryuk, le mer. 17 juin 2020 09:35:52 -0400, a ecrit: > On Wed, Jun 17, 2020 at 2:10 AM Olaf Hering wrote: > > > > Code compiled with gcc10 will not link properly due to multiple definition > > of the same function. > > > > Signed-off-by: Olaf Hering > > Reviewed-by: Jason Andryuk Acke

Re: [PATCH v1] stubdom/vtpm: add extern to function declarations

2020-06-17 Thread Jason Andryuk
On Wed, Jun 17, 2020 at 2:10 AM Olaf Hering wrote: > > Code compiled with gcc10 will not link properly due to multiple definition of > the same function. > > Signed-off-by: Olaf Hering Reviewed-by: Jason Andryuk

[PATCH v1] stubdom/vtpm: add extern to function declarations

2020-06-16 Thread Olaf Hering
Code compiled with gcc10 will not link properly due to multiple definition of the same function. Signed-off-by: Olaf Hering --- stubdom/Makefile | 1 + stubdom/vtpm_extern.patch | 48 +++ 2 files changed, 49 insertions(+) create mode 100644 stubdom