Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pkg/sdk): correct compilation error with glibc 2.38
This commits aims to fix the following compilation error: "static declaration of ‘strlcpy’ follows non-static declaration". In glibc 2.38, the strlcpy and strlcat functions have been added. However, the glibc declaration for strlcpy is non-static. Signed-off-by: Leonardo Grasso <[email protected]>
- Loading branch information