aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/amd64
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-12-10 15:49:00 -0800
committerNicholas <nbnoll@eml.cc>2021-12-10 15:53:05 -0800
commit2e719300a037bbdafdc8a5c38b4812c678d62ddc (patch)
treeb5750baaadc2b5d0b5fe22b85ca39bbea4f837c0 /sys/linux/amd64
parent25537c3d3b9b68af91573dec39d1f46c3d97f735 (diff)
Chore: merge main into laptopselfhost
Diffstat (limited to 'sys/linux/amd64')
-rw-r--r--sys/linux/amd64/arch/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/amd64/arch/constants.h b/sys/linux/amd64/arch/constants.h
index f1c1b4c..9ba607c 100644
--- a/sys/linux/amd64/arch/constants.h
+++ b/sys/linux/amd64/arch/constants.h
@@ -2,7 +2,7 @@
#define sys·OCreate 0100
#define sys·OUnique 0200
-#define sys·ONoTTY 0400
+#define sys·ONoCtlTTY 0400
#define sys·OTrunc 01000
#define sys·OAppend 02000
#define sys·ONoBlock 04000