Log In
runtime
/
ntapi
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
5ea20e
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
Authored and Committed by
midipix
8 years ago
raw
patch
tree
parent
6 files changed.
123 lines added
.
2 lines removed
.
include/ntapi/nt_process.h
file modified
+5
-2
include/ntapi/nt_tty.h
file modified
+6
-0
include/ntapi/ntapi.h
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+109
-0
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
include/ntapi/nt_process.h
file modified
+5
-2
include/ntapi/nt_tty.h
file modified
+6
-0
include/ntapi/ntapi.h
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+109
-0