compat / fileno.con commit Use promisor_remote_get_direct() and has_promisor_remote() (b14ed5a)
   1#define COMPAT_CODE_FILENO
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}