compat / fileno.con commit l10n: sv.po: Update Swedish translation (4676t0f0u) (2613f06)
   1#define COMPAT_CODE_FILENO
   2#include "../git-compat-util.h"
   3
   4int git_fileno(FILE *stream)
   5{
   6        return fileno(stream);
   7}