From 5eb67f3ad04ee1cbacc38b474397a620d3064e1c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 13 Sep 2017 10:49:19 +0200 Subject: libio: Remove LIBIO_FLAGS_CREATE Close #3134. --- cpukit/libcsupport/include/rtems/libio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 7022de671c..99d1565bef 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -1369,7 +1369,6 @@ typedef struct { #define LIBIO_FLAGS_WRITE 0x0004U /* writing */ #define LIBIO_FLAGS_OPEN 0x0100U /* device is open */ #define LIBIO_FLAGS_APPEND 0x0200U /* all writes append */ -#define LIBIO_FLAGS_CREATE 0x0400U /* create file */ #define LIBIO_FLAGS_CLOSE_ON_EXEC 0x0800U /* close on process exec() */ #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) -- cgit v1.2.3