summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/proc.h')
-rw-r--r--cpukit/libnetworking/sys/proc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/proc.h b/cpukit/libnetworking/sys/proc.h
new file mode 100644
index 0000000000..8b8b7dc1b9
--- /dev/null
+++ b/cpukit/libnetworking/sys/proc.h
@@ -0,0 +1,6 @@
+/*
+ * Dummy structure
+ */
+struct proc {
+ int this_should_never_be_referenced;
+};