Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
42d5d65b
Commit
42d5d65b
authored
18 years ago
by
rsc
Browse files
Options
Downloads
Patches
Plain Diff
renumber system calls
parent
2685309f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
syscall.h
+12
-12
12 additions, 12 deletions
syscall.h
with
12 additions
and
12 deletions
syscall.h
+
12
−
12
View file @
42d5d65b
...
...
@@ -5,16 +5,16 @@
#define SYS_write 5
#define SYS_read 6
#define SYS_close 7
#define SYS_kill
9
#define SYS_exec
10
#define SYS_open 1
1
#define SYS_mknod 1
2
#define SYS_unlink 1
3
#define SYS_fstat 1
4
#define SYS_link 1
5
#define SYS_mkdir 1
6
#define SYS_chdir 1
7
#define SYS_dup 1
8
#define SYS_getpid 1
9
#define SYS_sbrk
20
#define SYS_kill
8
#define SYS_exec
9
#define SYS_open 1
0
#define SYS_mknod 1
1
#define SYS_unlink 1
2
#define SYS_fstat 1
3
#define SYS_link 1
4
#define SYS_mkdir 1
5
#define SYS_chdir 1
6
#define SYS_dup 1
7
#define SYS_getpid 1
8
#define SYS_sbrk
19
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