[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/1] lib/vfscore: Fix typo in exported symbol name
Hi Vlad, whoops, indeed, thanks for catching this. Reviewed-by: Florian Schmidt <florian.schmidt@xxxxxxxxx> On 4/11/19 4:19 PM, Vlad-Andrei BĂDOIU (78692) wrote: This patch fixes a typo in the exported vfscore symbols. It changes the symbol readir to readdir. Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- lib/vfscore/exportsyms.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vfscore/exportsyms.uk b/lib/vfscore/exportsyms.uk index a8ff1df6..a023406e 100644 --- a/lib/vfscore/exportsyms.uk +++ b/lib/vfscore/exportsyms.uk @@ -42,7 +42,7 @@ statfs lstat openat opendir -readir +readdir pread pwrite pwritev -- Dr. Florian Schmidt フローリアン・シュミット Research Scientist, Systems and Machine Learning Group NEC Laboratories Europe Kurfürsten-Anlage 36, D-69115 Heidelberg Tel. +49 (0)6221 4342-265 Fax: +49 (0)6221 4342-155 e-mail: florian.schmidt@xxxxxxxxx ============================================================ Registered at Amtsgericht Mannheim, Germany, HRB728558 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |