Merge tag 'l10n-2.40.0-rnd1' of https://github.com/git-l10n/git-po
[git/gitster.git] / compat / fileno.c
blob8e80ef335d84ecf5ccec6c5994e684c3951cca17
1 #define COMPAT_CODE_FILENO
2 #include "../git-compat-util.h"
4 int git_fileno(FILE *stream)
6 return fileno(stream);