Changeset e2bcb32 in rtems


Ignore:
Timestamp:
12/06/11 07:08:45 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
04bf7cb
Parents:
46ae58a5
Message:

2011-12-06 Ralf Corsépius <ralf.corsepius@…>

  • posix/src/pspinlocktranslatereturncode.c: Include <rtems/posix/spinlock.h> (Missing prototypes).
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r46ae58a5 re2bcb32  
    112011-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
    22
     3        * posix/src/pspinlocktranslatereturncode.c:
     4        Include <rtems/posix/spinlock.h> (Missing prototypes).
    35        * libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode,
    46        IMFS_dump_directory static.
  • cpukit/posix/src/pspinlocktranslatereturncode.c

    r46ae58a5 re2bcb32  
    2121#include <rtems/system.h>
    2222#include <rtems/score/corespinlock.h>
     23#include <rtems/posix/spinlock.h>
    2324
    2425/*
Note: See TracChangeset for help on using the changeset viewer.