diff options
| author | Toomas Soome <tsoome@me.com> | 2020-02-08 20:24:21 +0200 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2020-03-18 19:36:25 +0200 |
| commit | 97b5374547d500fded52d886ceba8a9962af0527 (patch) | |
| tree | 58133eb5538d122ed076707c9abe35530356cc0c /usr/src/lib/libbc/inc/include/sys/filio.h | |
| parent | 20d3bf629e3e91ea61dee8153d5bc47daeab26b0 (diff) | |
| download | illumos-joyent-97b5374547d500fded52d886ceba8a9962af0527.tar.gz | |
12292 retire libbc
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Alexander Eremin <aeremin@tintri.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libbc/inc/include/sys/filio.h')
| -rw-r--r-- | usr/src/lib/libbc/inc/include/sys/filio.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/usr/src/lib/libbc/inc/include/sys/filio.h b/usr/src/lib/libbc/inc/include/sys/filio.h deleted file mode 100644 index 4e87bf2494..0000000000 --- a/usr/src/lib/libbc/inc/include/sys/filio.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - */ - -/* - * Copyright (c) 1982, 1986 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. - */ - -#ifndef _sys_filio_h -#define _sys_filio_h - -#pragma ident "%Z%%M% %I% %E% SMI" - -/* - * General file ioctl definitions. - */ - -#include <sys/ioccom.h> - -#define FIOCLEX _IO('f', 1) /* set exclusive use on fd */ -#define FIONCLEX _IO('f', 2) /* remove exclusive use */ -/* another local */ -#define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ -#define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ -#define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */ -#define FIOSETOWN _IOW('f', 124, int) /* set owner */ -#define FIOGETOWN _IOR('f', 123, int) /* get owner */ - -#endif /* !_sys_filio_h */ |
