Browse Source
* nd/fileno-may-be-macro: git-compat-util: work around fileno(fp) that is a macromaint
![gitster@pobox.com](/assets/img/avatar_default.png)
4 changed files with 24 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
#define COMPAT_CODE |
||||
#include "../git-compat-util.h" |
||||
|
||||
int git_fileno(FILE *stream) |
||||
{ |
||||
return fileno(stream); |
||||
} |
Loading…
Reference in new issue