diff options
Diffstat (limited to 'src/nm.c')
| -rw-r--r-- | src/nm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ static int process_file (const char *fname, bool more_than_one) { /* Open the file. */ - int fd = open (fname, O_RDONLY); + int fd = open (fname, O_RDONLY | O_BINARY); if (fd == -1) { error (0, errno, gettext ("cannot open '%s'"), fname); |
