Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e5f64bc8
Commit
e5f64bc8
authored
Mar 31, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Mar 31, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove __ARCH_SI_BAND_T
All architectures now make this `long', so we can remove the arch override.
parent
c1c0d518
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
include/asm-generic/siginfo.h
include/asm-generic/siginfo.h
+1
-5
No files found.
include/asm-generic/siginfo.h
View file @
e5f64bc8
...
...
@@ -26,10 +26,6 @@ typedef union sigval {
#define __ARCH_SI_UID_T uid_t
#endif
#ifndef __ARCH_SI_BAND_T
#define __ARCH_SI_BAND_T long int
#endif
#ifndef HAVE_ARCH_SIGINFO_T
typedef
struct
siginfo
{
...
...
@@ -81,7 +77,7 @@ typedef struct siginfo {
/* SIGPOLL */
struct
{
__ARCH_SI_BAND_T
_band
;
/* POLL_IN, POLL_OUT, POLL_MSG */
long
_band
;
/* POLL_IN, POLL_OUT, POLL_MSG */
int
_fd
;
}
_sigpoll
;
}
_sifields
;
...
...
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