Changeset aebc7aa5 in rtems


Ignore:
Timestamp:
11/09/99 16:23:29 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1baa059
Parents:
6457fae2
Message:

Corrected lines that were too long.

Location:
doc/itron3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/itron3.0/eventflags.t

    r6457fae2 raebc7aa5  
    7777  ATR flgatr;   /* eventflag attribute */
    7878  UINT iflgptn; /* initial eventflag */
    79   /* additional information may be included depending on the implementation */
     79  /* additional implementation dependent information may be included */
    8080@} T_CFLG;
    8181
     
    135135/* Reference Eventflags (ref_flg) Structure */
    136136typedef struct t_rflg @{
    137  VP exinf; /* extended information */
    138  BOOL_ID wtsk; /* indicates whether or not there is a waiting task */
    139  UINT flgptn; /* eventflag bit pattern */
    140  /* additional information may be included depending on the implementation */
     137 VP       exinf; /* extended information */
     138 BOOL_ID  wtsk; /* indicates whether there is a waiting task */
     139 UINT     flgptn; /* eventflag bit pattern */
     140 /* additional implementation dependent information may be included */
    141141@} T_RFLG;
    142142@end example
  • doc/itron3.0/semaphore.t

    r6457fae2 raebc7aa5  
    6161  INT   isemcnt;   /* initial semaphore count */
    6262  INT   maxsem;    /* maximum semaphore count */
    63   /* additional information may be included depending on the implementation */
     63  /* additional implementation dependent information may be included */
    6464@} T_CSEM;
    6565
     
    127127typedef struct t_rsem @{
    128128  VP      exinf;    /* extended information */
    129   BOOL_ID wtsk;     /* indicates whether or not there is a waiting task */
     129  BOOL_ID wtsk;     /* indicates whether there is a waiting task */
    130130  INT     semcnt;   /* current semaphore count */
    131   /* additional information may be included depending on the implementation */
     131  /* additional implementation dependent information may be included */
    132132@} T_RSEM;
    133133@end group
Note: See TracChangeset for help on using the changeset viewer.