Merge branch 'bb/rgb-12-bit-colors' into next
[git.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);