X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=data%2Fposix2008;h=f28c02dc40104d1c93d36ba9ce154502c3b870cf;hp=3dd2f6efb9c80fd81475892e5db7e89d8b84a5c3;hb=039343d6e0243f60c0b4cc434e184fc0b0ffea84;hpb=767872562337dae03c3785a46909cf0473f32c6c diff --git a/data/posix2008 b/data/posix2008 index 3dd2f6e..f28c02d 100644 --- a/data/posix2008 +++ b/data/posix2008 @@ -400,7 +400,7 @@ iconv_close iconv.h iconv_close - codeset conversion deallocation function int iconv_open iconv.h iconv_open - codeset conversion allocation function iconv_t iconv_open(const char *tocode, const char *fromcode); if_freenameindex net_if.h if_freenameindex - free memory allocated by if_nameindex void if_freenameindex(struct if_nameindex *ptr); if_indextoname net_if.h if_indextoname - map a network interface index to its corresponding name char *if_indextoname(unsigned ifindex, char *ifname); -if_nameindex net_if.h if_nameindex - return all network interface names and indexes +if_nameindex net_if.h if_nameindex - return all network interface names and indexes struct if_nameindex *if_nameindex(void); if_nametoindex net_if.h if_nametoindex - map a network interface name to its corresponding index unsigned if_nametoindex(const char *ifname); ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent int ilogb(double x); ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent int ilogbf(float x);