mirror of
https://github.com/git/git.git
synced 2026-03-20 21:50:07 +01:00
This fixes the fix in efe33c61(Fix compile error on MinGW). It only fixed things on one computer, but apparently not on others. The only difference between the declarations and function definitions here is the 'internal_function's. if _LIBC is not defined and __i386__ is, then this actually means something. [jes cobbled together the commit message and the commit from all over the place and cannot be held responsible for misrepresentations.] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>