Rajaram-Regupathy / libtypec

“libtypec” is aimed to provide a generic interface abstracting all platform complexity for user space to develop tools for efficient USB-C port management. The library can also enable development of diagnostic and debug tools to debug system issues around USB-C/USB PD topology.
34 stars 4 forks source link

use of deprecated function ftw in libtypec_sysfs_get_bb_status #22

Closed ColinIanKing closed 12 months ago

ColinIanKing commented 1 year ago

The function ftw is deprecated, it maybe better to use nftw nowadays.

Rajaram-Regupathy commented 12 months ago

resolved