Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
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
Container Registry
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
Peter Limkilde Svendsen
relibc
Commits
70dc5921
Verified
Commit
70dc5921
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Add TIOCSCTTY, currenty unimplemented
parent
b1383a96
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
src/header/sys_ioctl/redox.rs
+7
-5
7 additions, 5 deletions
src/header/sys_ioctl/redox.rs
with
7 additions
and
5 deletions
src/header/sys_ioctl/redox.rs
+
7
−
5
View file @
70dc5921
...
...
@@ -8,24 +8,26 @@ use crate::{
use
super
::
winsize
;
pub
const
FIONREAD
:
c_ulong
=
0x541B
;
pub
const
FIONBIO
:
c_ulong
=
0x5421
;
pub
const
TCGETS
:
c_ulong
=
0x5401
;
pub
const
TCSETS
:
c_ulong
=
0x5402
;
pub
const
TCSETSW
:
c_ulong
=
0x5403
;
pub
const
TCSETSF
:
c_ulong
=
0x5404
;
pub
const
TCSBRK
:
c_ulong
=
0x5409
;
pub
const
TCSBRK
:
c_ulong
=
0x5409
;
pub
const
TCXONC
:
c_ulong
=
0x540A
;
pub
const
TCFLSH
:
c_ulong
=
0x540B
;
pub
const
TIOCSCTTY
:
c_ulong
=
0x540E
;
pub
const
TIOCGPGRP
:
c_ulong
=
0x540F
;
pub
const
TIOCSPGRP
:
c_ulong
=
0x5410
;
pub
const
TIOCGWINSZ
:
c_ulong
=
0x5413
;
pub
const
TIOCSWINSZ
:
c_ulong
=
0x5414
;
pub
const
FIONREAD
:
c_ulong
=
0x541B
;
pub
const
FIONBIO
:
c_ulong
=
0x5421
;
pub
const
TIOCSPTLCK
:
c_ulong
=
0x4004_5431
;
pub
const
TIOCGPTLCK
:
c_ulong
=
0x8004_5439
;
...
...
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