summaryrefslogtreecommitdiffstats
path: root/libbsd.py
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 /libbsd.py
parentPIPE(2): Import from FreeBSD (diff)
downloadrtems-libbsd-b1580fb039a62cbc82c3c205e82c7aaea538875e.tar.bz2
PIPE(2): Port to RTEMS
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 36851919..d7a0a5f7 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -258,6 +258,7 @@ def base(mm):
'sys/sys/_null.h',
'sys/sys/osd.h',
'sys/sys/pcpu.h',
+ 'sys/sys/pipe.h',
'sys/sys/priv.h',
'sys/sys/proc.h',
'sys/sys/protosw.h',
@@ -348,6 +349,7 @@ def base(mm):
'sys/kern/subr_uio.c',
'sys/kern/subr_unit.c',
'sys/kern/sys_generic.c',
+ 'sys/kern/sys_pipe.c',
'sys/kern/uipc_accf.c',
'sys/kern/uipc_domain.c',
'sys/kern/uipc_mbuf2.c',