compat / fileno.con commit git p4 test: use 'test_atexit' to kill p4d and the watchdog process (99e37c2)
   1#define COMPAT_CODE
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}