Re: [PATCH] eal: make dev_sigbus static

2024-07-05 Thread David Marchand
On Wed, Jul 3, 2024 at 5:17 PM Stephen Hemminger wrote: > > Only used in one file, and not an exported symbol should be static. > > Signed-off-by: Stephen Hemminger Applied, thanks. -- David Marchand

[PATCH] eal: make dev_sigbus static

2024-07-03 Thread Stephen Hemminger
Only used in one file, and not an exported symbol should be static. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_private.h | 22 -- lib/eal/linux/eal_dev.c | 4 ++-- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/lib/eal/common/eal_private.h