summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-13 10:49:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-14 07:02:29 +0200
commit5eb67f3ad04ee1cbacc38b474397a620d3064e1c (patch)
treef2940f0ed8af8b9f26a8cfdd7204187dfbbfb982 /cpukit/libcsupport/include/rtems
parentfstests/fsimfsgeneric01: Fix test assert (diff)
downloadrtems-5eb67f3ad04ee1cbacc38b474397a620d3064e1c.tar.bz2
libio: Remove LIBIO_FLAGS_CREATE
Close #3134.
Diffstat (limited to 'cpukit/libcsupport/include/rtems')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h1
1 files changed, 0 insertions, 1 deletions
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)