compat / fileno.con commit status: fix display of rebase -ir's `label` command (225a777)
   1#define COMPAT_CODE
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}