Changeset 1de916b4 in rtems


Ignore:
Timestamp:
12/09/13 18:52:55 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
4600bd7c
Parents:
7bb33391
git-author:
Joel Sherrill <joel.sherrill@…> (12/09/13 18:52:55)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/10/13 01:50:55)
Message:

pspin.c: Comment clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/posix/src/pspin.c

    r7bb33391 r1de916b4  
     1/**
     2 *  @file
     3 *
     4 *  This file contains the initialization of the POSIX Spinlock Manager.
     5 */
     6
    17/*
    2  *  Spinlock Manager
    3  *
    4  *  DESCRIPTION:
    5  *
    6  *  This package is the implementation of the Spinlock Manager.
    7  *
    8  *  Directives provided are:
    9  *
    10  *     + create a spinlock
    11  *     + get an ID of a spinlock
    12  *     + delete a spinlock
    13  *     + acquire a spinlock
    14  *     + release a spinlock
    15  *
    16  *  COPYRIGHT (c) 1989-2008.
     8 *  COPYRIGHT (c) 1989-2013.
    179 *  On-Line Applications Research Corporation (OAR).
    1810 *
     
    3527 *  @brief _POSIX_Spinlock_Manager_initialization
    3628 */
    37 
    3829void _POSIX_Spinlock_Manager_initialization(void)
    3930{
Note: See TracChangeset for help on using the changeset viewer.