summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-11 00:04:28 +0000
committerjhb <jhb@FreeBSD.org>2001-12-11 00:04:28 +0000
commit70c430a0efe62c370456aa3e09a633211a7dfb33 (patch)
tree4a50a2ac2f7a79620c9c863e8c78d802ad0101d9 /lib/libstand/stand.h
parent15b4e20f28ce71e958a7b22e3b4b92c0b3df727a (diff)
downloadFreeBSD-src-70c430a0efe62c370456aa3e09a633211a7dfb33.zip
FreeBSD-src-70c430a0efe62c370456aa3e09a633211a7dfb33.tar.gz
We support writing to at least one filesystem now.
PR: kern/32389 Submitted by: Jonathan Mini <mini@haikugeek.com> Sponsored by: ClickArray, Inc.
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index b679b81..b9e31ad 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -256,7 +256,7 @@ extern int fgetstr(char *buf, int size, int fd);
extern int open(const char *, int);
#define O_RDONLY 0x0
-#define O_WRONLY 0x1 /* writing not (yet?) supported */
+#define O_WRONLY 0x1
#define O_RDWR 0x2
extern int close(int);
extern void closeall(void);
OpenPOWER on IntegriCloud