Description
BSD-style helper functions on GNU libc systems help portable C programs build without carrying their own compatibility copies. It is useful for software that expects selected BSD interfaces while running on Linux.
This is a developer compatibility library, not a system replacement for glibc. Applications link to it for specific missing routines, while core system libc behavior remains separate.