From: Sergiu Moga Date: Fri, 14 Feb 2025 09:09:43 +0000 (+0200) Subject: lib/ramfs: Explicitly mention that there are no public symbols X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ab1f9f0f5ae0bf449cd96ae7cbdbc8663b98b3a6;p=unikraft%2Funikraft.git lib/ramfs: Explicitly mention that there are no public symbols `exportsyms.uk` of RAMFS had a `none` dummy string so that no symbols are exported, otherwise the `objcopy --keep-global-symbols=` would have failed due to an empty file being given as argument. However, this is inconsistent with other such files which just had `# No public symbols` which is just as effective. Thus make it consistent and do the same here. Signed-off-by: Sergiu Moga Reviewed-by: Michalis Pappas Approved-by: Michalis Pappas GitHub-Closes: #1577 --- diff --git a/lib/ramfs/exportsyms.uk b/lib/ramfs/exportsyms.uk index c86c3f355..32986ffc9 100644 --- a/lib/ramfs/exportsyms.uk +++ b/lib/ramfs/exportsyms.uk @@ -1 +1 @@ -none \ No newline at end of file +# No public symbols