summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/headers/posixapi.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 00:24:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 00:24:30 +0000
commit063a19a2909c7a3d31c2af410d01e3fd6f0100c6 (patch)
tree37dd18b56a9352d8b228dae38b5847c13d88a2b0 /c/src/exec/posix/headers/posixapi.h
parentSwitch from .s to .S on include (diff)
downloadrtems-063a19a2909c7a3d31c2af410d01e3fd6f0100c6.tar.bz2
Moved around per Ralf Corsepius as preparation for automake
Diffstat (limited to 'c/src/exec/posix/headers/posixapi.h')
-rw-r--r--c/src/exec/posix/headers/posixapi.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/c/src/exec/posix/headers/posixapi.h b/c/src/exec/posix/headers/posixapi.h
deleted file mode 100644
index f7c52985c3..0000000000
--- a/c/src/exec/posix/headers/posixapi.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * POSIX API Support
- *
- * NOTE:
- *
- * COPYRIGHT (c) 1989-1998.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
- */
-
-#ifndef __POSIX_API_h
-#define __POSIX_API_h
-
-#include <rtems/config.h>
-
-/*PAGE
- *
- * _POSIX_API_Initialize
- *
- * XXX
- */
-
-void _POSIX_API_Initialize(
- rtems_configuration_table *configuration_table
-);
-
-#endif
-/* end of include file */