vppinfra: export os_exit and os_puts 51/41151/1
authorBenoît Ganne <[email protected]>
Mon, 17 Jun 2024 13:32:12 +0000 (15:32 +0200)
committerBenoît Ganne <[email protected]>
Mon, 17 Jun 2024 13:36:28 +0000 (15:36 +0200)
commit448f08b685e880f472790ad96ad35c19851ef481
tree96e1f1ad6fcb4043a2f2ffa6fda34ea552b70ccf
parent1c30d2d8bc80240b7435d313e2eeb010715eea5e
vppinfra: export os_exit and os_puts

os_exit() and os_puts() are not exported, preventing linkage with
libvppinfra if those are not defined.

Type: fix

Change-Id: I7e3b583147e1348f078afeac3f793fe150405009
Signed-off-by: Benoît Ganne <[email protected]>
src/vppinfra/unix-misc.c