Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
7021b143
Commit
7021b143
authored
8 years ago
by
Sebastien Lorquet
Committed by
Gregory Nutt
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add POSIX type sig_atomic_t
parent
6bc952a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/signal.h
+6
-0
6 additions, 0 deletions
include/signal.h
with
6 additions
and
0 deletions
include/signal.h
+
6
−
0
View file @
7021b143
...
...
@@ -194,6 +194,12 @@
typedef
uint32_t
sigset_t
;
/* Bit set of 32 signals */
#define __SIGSET_T_DEFINED 1
/* Possibly volatile-qualified integer type of an object that can be accessed
* as an atomic entity, even in the presence of asynchronous interrupts.
*/
typedef
volatile
int
sig_atomic_t
;
/* This defines the type of the siginfo si_value field */
union
sigval
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment