1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/bufalloc.h> int bufalloc_getfd (bufalloc const *ba) { return bufalloc_fd(ba) ; }