source: rtems/c/src/exec/posix/include/rtems/posix/posixapi.h @ 7fc3029

4.104.114.84.95
Last change on this file since 7fc3029 was c627b2a3, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/96 at 21:40:52

split the inclusion of "EXTERN" data based on whether it was sapi,
score, rtems api, or posix api related.

  • Property mode set to 100644
File size: 680 bytes
Line 
1/*
2 *  POSIX API Support
3 *
4 *  NOTE:
5 *
6 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
7 *  On-Line Applications Research Corporation (OAR).
8 *  All rights assigned to U.S. Government, 1994.
9 *
10 *  This material may be reproduced by or for the U.S. Government pursuant
11 *  to the copyright license under the clause at DFARS 252.227-7013.  This
12 *  notice must appear in all copies of this file and its derivatives.
13 *
14 *  $Id$
15 */
16 
17#ifndef __POSIX_API_h
18#define __POSIX_API_h
19 
20#include <rtems/config.h>
21
22/*PAGE
23 *
24 *  _POSIX_API_Initialize
25 *
26 *  XXX
27 */
28 
29void _POSIX_API_Initialize(
30  rtems_configuration_table *configuration_table
31);
32
33#endif
34/* end of include file */
Note: See TracBrowser for help on using the repository browser.