Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai4
linux-evl
Commits
29428dc0
Commit
29428dc0
authored
Apr 22, 2019
by
Philippe Gerum
Browse files
uapi: evl: rename sigshadow to sigevl
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
966d3c4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/uapi/evl/signal.h
View file @
29428dc0
...
...
@@ -10,9 +10,9 @@
#define _EVL_UAPI_SIGNAL_H
#define SIGEVL SIGWINCH
#define sig
shadow
_action(code) ((code) & 0xff)
#define sig
shadow
_arg(code) (((code) >> 8) & 0xff)
#define sig
shadow
_int(action, arg) ((action) | ((arg) << 8))
#define sig
evl
_action(code) ((code) & 0xff)
#define sig
evl
_arg(code) (((code) >> 8) & 0xff)
#define sig
evl
_int(action, arg)
((action) | ((arg) << 8))
/* SIGEVL action codes. */
#define SIGEVL_ACTION_HOME 1
...
...
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