mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
make default open mode O_BINARY
This commit is contained in:
committed by
Johannes Sixt
parent
27317da439
commit
8d1bfddd0c
@@ -1,6 +1,10 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include "../git-compat-util.h"
|
||||
|
||||
unsigned int _CRT_fmode = _O_BINARY;
|
||||
|
||||
int readlink(const char *path, char *buf, size_t bufsiz)
|
||||
{
|
||||
errno = EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user