forked from Imagelibrary/rtems
49 lines
752 B
Perl
49 lines
752 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-1998.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter Terminology and General Requirements
|
|
|
|
@section Conventions
|
|
|
|
@section Definitions
|
|
|
|
@section General Concepts
|
|
|
|
@section Error Numbers
|
|
|
|
@section Primitive System Types
|
|
|
|
@example
|
|
dev_t, Type,
|
|
gid_t, Type,
|
|
ino_t, Type,
|
|
mode_t, Type,
|
|
nlink_t, Type,
|
|
off_t, Type,
|
|
pid_t, Type,
|
|
pthread_t, Type,
|
|
pthread_attr_t, Type,
|
|
pthread_mutex_t, Type,
|
|
pthread_mutex_attr_t, Type,
|
|
pthread_cond_t, Type,
|
|
pthread_cond_attr_t, Type,
|
|
pthread_key_t, Type,
|
|
pthread_once_t, Type,
|
|
size_t, Type,
|
|
ssize_t, Type,
|
|
@end example
|
|
|
|
@section Environment Description
|
|
|
|
@section C Language Definitions
|
|
|
|
@section Numerical Limits
|
|
|
|
@section Symbolic Constants
|
|
|