Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Verlässliche Systemsoftware
projects
osv
Commits
f49ddbca
Commit
f49ddbca
authored
11 years ago
by
Christoph Hellwig
Browse files
Options
Downloads
Patches
Plain Diff
solaris: provide an issig stub
parent
b7bdb42c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bsd/sys/cddl/compat/opensolaris/sys/sig.h
+2
-7
2 additions, 7 deletions
bsd/sys/cddl/compat/opensolaris/sys/sig.h
bsd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h
+1
-0
1 addition, 0 deletions
...l/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h
with
3 additions
and
7 deletions
bsd/sys/cddl/compat/opensolaris/sys/sig.h
+
2
−
7
View file @
f49ddbca
...
@@ -31,19 +31,13 @@
...
@@ -31,19 +31,13 @@
#ifdef _KERNEL
#ifdef _KERNEL
#include
<sys/param.h>
#include
<sys/lock.h>
#include
<sys/mutex.h>
#include
<sys/proc.h>
#include
<sys/signalvar.h>
#include
<sys/debug.h>
#define FORREAL 0
#define FORREAL 0
#define JUSTLOOKING 1
#define JUSTLOOKING 1
static
__inline
int
static
__inline
int
issig
(
int
why
)
issig
(
int
why
)
{
{
#if 0 // not sure we care
struct thread *td = curthread;
struct thread *td = curthread;
struct proc *p;
struct proc *p;
int sig;
int sig;
...
@@ -61,6 +55,7 @@ issig(int why)
...
@@ -61,6 +55,7 @@ issig(int why)
if (sig != 0)
if (sig != 0)
return (1);
return (1);
}
}
#endif
return
(
0
);
return
(
0
);
}
}
...
...
This diff is collapsed.
Click to expand it.
bsd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h
+
1
−
0
View file @
f49ddbca
...
@@ -77,6 +77,7 @@ extern "C" {
...
@@ -77,6 +77,7 @@ extern "C" {
#include
<sys/fm/util.h>
#include
<sys/fm/util.h>
#include
<sys/sunddi.h>
#include
<sys/sunddi.h>
#include
<sys/priority.h>
#include
<sys/priority.h>
#include
<sys/sig.h>
#define CPU_SEQID (curcpu)
#define CPU_SEQID (curcpu)
...
...
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