summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/pipe.h
diff options
context:
space:
mode:
authorKevin Kirspel <kevin-kirspel@idexx.com>2016-12-21 11:01:28 -0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-23 08:26:14 +0100
commitb1580fb039a62cbc82c3c205e82c7aaea538875e (patch)
tree892848b8782046cf06764949a02c74cd1576c332 /freebsd/sys/sys/pipe.h
parentPIPE(2): Import from FreeBSD (diff)
downloadrtems-libbsd-b1580fb039a62cbc82c3c205e82c7aaea538875e.tar.bz2
PIPE(2): Port to RTEMS
Diffstat (limited to 'freebsd/sys/sys/pipe.h')
-rwxr-xr-x[-rw-r--r--]freebsd/sys/sys/pipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/pipe.h b/freebsd/sys/sys/pipe.h
index 444c8fbe..c59ecc75 100644..100755
--- a/freebsd/sys/sys/pipe.h
+++ b/freebsd/sys/sys/pipe.h
@@ -78,7 +78,9 @@ struct pipemapping {
vm_size_t cnt; /* number of chars in buffer */
vm_size_t pos; /* current position of transfer */
int npages; /* number of pages */
+#ifndef __rtems__
vm_page_t ms[PIPENPAGES]; /* pages in source process */
+#endif /* __rtems__ */
};
/*