annotate src/os_mint.h @ 8134:8abef552ece7
v7.4.1361
commit https://github.com/vim/vim/commit/254e00d71429aa4e71b93d3e8c6bb93bfebe4f26
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 19 23:23:12 2016 +0100
patch 7.4.1361
Problem: Channel test fails on Solaris.
Solution: Use the 1 msec waittime for all systems.
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 19 Feb 2016 23:45:04 +0100 |
parents |
3fc0f57ecb91 |
children |
4aead6a9b7a9 |
rev |
line source |
7
|
1 /* vim:ts=8 sts=4:sw=4
|
|
2 *
|
|
3 * VIM - Vi IMproved by Bram Moolenaar
|
|
4 *
|
|
5 * Do ":help uganda" in Vim to read copying and usage conditions.
|
|
6 * Do ":help credits" in Vim to see a list of people who contributed.
|
|
7 */
|
|
8
|
|
9 /*
|
|
10 * Atari MiNT Machine-dependent things.
|
|
11 */
|
|
12
|
|
13 #define BINARY_FILE_IO
|