1 /* Exim: OS-specific C header file for Ultrix */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 /* Well, it *does* have statfs(), but its structure is called something
5 different, all the members have different names, and the function returns
6 1 on success rather than 0. As this is for a minority function, and I think
7 a minority operating system, easiest just to say "no" until someone asks. */
11 #define F_FREESP O_TRUNC
14 typedef struct flock flock_t;
16 /* default is non-const */
17 #define ICONV_ARG2_TYPE const char **