compat / fileno.con commit pack-bitmap: convert khash_sha1 maps into kh_oid_map (d2bc62b)
   1#define COMPAT_CODE_FILENO
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}