Displaying 1 result from an estimated 1 matches for "download_fd".
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
...dealt yet) w.r.t porting
to non-Linux so far found are the following:
a) lack of UNIX_PATH_MAX (which seems Linux-specific anyway)
b) usage of meta /dev/fd/N files; while on (k)FreeBSD there's a fdescfs
filesystem providing it, IMHO a better solution would be adding API
using FDs, like download_fd, upload_fd, tar_in_fd, and tar_out_fd
c) program_invocation_short_name is specific to GNU libc
d) iconv outside of GNU libc, in an own libintl
e) different cli tools, and different output for them
Also, as mentioned in the mingw porting patch,
https://www.redhat.com/archives/libguestfs/2014-Feb...