summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/ucontext.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 11:51:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-06 14:58:12 +0100
commitbe2e60c668bc2f26eecbe73728e8b0deb393a94f (patch)
tree812f344c4d0153bb886cae2f2d31946431d1b745 /rtemsbsd/include/machine/ucontext.h
parentAdd zerocopy sendto (diff)
downloadrtems-libbsd-be2e60c668bc2f26eecbe73728e8b0deb393a94f.tar.bz2
Delete unused files
Diffstat (limited to '')
-rw-r--r--rtemsbsd/include/machine/ucontext.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/rtemsbsd/include/machine/ucontext.h b/rtemsbsd/include/machine/ucontext.h
deleted file mode 100644
index 9845bf3e..00000000
--- a/rtemsbsd/include/machine/ucontext.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * @file
- *
- * @ingroup rtems_bsd_machine
- *
- * @brief TODO.
- */
-
-/*
- * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef _RTEMS_BSD_MACHINE_UCONTEXT_H_
-#define _RTEMS_BSD_MACHINE_UCONTEXT_H_
-
-#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
-#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
-#endif
-
-typedef int mcontext_t;
-
-#endif /* _RTEMS_BSD_MACHINE_UCONTEXT_H_ */