Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Krishna Vinnakota
CSEP551
Commits
c7c21467
Commit
c7c21467
authored
14 years ago
by
Austin Clements
Browse files
Options
Downloads
Patches
Plain Diff
Oops. Broke the build when I rearranged proc.c
parent
d599aa2e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defs.h
+1
-0
1 addition, 0 deletions
defs.h
proc.c
+2
-0
2 additions, 0 deletions
proc.c
with
3 additions
and
0 deletions
defs.h
+
1
−
0
View file @
c7c21467
...
...
@@ -101,6 +101,7 @@ int kill(int);
void
pinit
(
void
);
void
procdump
(
void
);
void
scheduler
(
void
)
__attribute__
((
noreturn
));
void
sched
(
void
);
void
sleep
(
void
*
,
struct
spinlock
*
);
void
userinit
(
void
);
int
wait
(
void
);
...
...
This diff is collapsed.
Click to expand it.
proc.c
+
2
−
0
View file @
c7c21467
...
...
@@ -17,6 +17,8 @@ int nextpid = 1;
extern
void
forkret
(
void
);
extern
void
trapret
(
void
);
static
void
wakeup1
(
void
*
chan
);
void
pinit
(
void
)
{
...
...
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