Changeset 2a6b824 in rtems


Ignore:
Timestamp:
02/06/09 21:02:31 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
f0dd01f
Parents:
7079f53
Message:

Make sched_getparam() POSIX compliant.

Location:
cpukit/posix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/posix/include/sched.h

    r7079f53 r2a6b824  
    4747int sched_getparam(
    4848  pid_t                     pid,
    49   const struct sched_param *param
     49  struct sched_param      *param
    5050);
    5151
  • cpukit/posix/src/sched_getparam.c

    r7079f53 r2a6b824  
    2424int sched_getparam(
    2525  pid_t                     pid __attribute__((unused)),
    26   const struct sched_param *param __attribute__((unused))
     26  struct sched_param      *param __attribute__((unused))
    2727)
    2828{
Note: See TracChangeset for help on using the changeset viewer.