Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
8a9ca8ee
Commit
8a9ca8ee
authored
Dec 15, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PWR_MQ_PRIO_MAX used instead of MQ_PRIO_MAX
parent
6dea1a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/rt/src/rt_errh.c
src/lib/rt/src/rt_errh.c
+2
-2
No files found.
src/lib/rt/src/rt_errh.c
View file @
8a9ca8ee
/*
* Proview $Id: rt_errh.c,v 1.
7 2005-09-01 14:57:55
claes Exp $
* Proview $Id: rt_errh.c,v 1.
8 2005-12-15 07:40:16
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -120,7 +120,7 @@ typedef struct {
typedef
pid_t
sPid
;
static
mqd_t
mqid
=
(
mqd_t
)
-
1
;
static
const
unsigned
int
prio
=
MQ_PRIO_MAX
-
1
;
static
const
unsigned
int
prio
=
PWR_
MQ_PRIO_MAX
-
1
;
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment