File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040 */
4141package com .oracle .graal .python .runtime ;
4242
43- // Auto generated by gen_native_cfg.py at 2023-02-15 17:36:59.628778
44- // on Linux arisu 6.1.10 -200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 6 23:56:48 UTC 2023 x86_64 x86_64
43+ // Auto generated by gen_native_cfg.py at 2023-03-16 16:22:03.201868
44+ // on Linux arisu 6.1.18 -200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 11 16:09:14 UTC 2023 x86_64 x86_64
4545class PosixConstantsLinux {
4646
4747 private PosixConstantsLinux () {
@@ -78,6 +78,7 @@ static void getConstants(PosixConstants.Registry constants) {
7878 constants .put ("O_TRUNC" , 0x00000200 );
7979 constants .put ("O_APPEND" , 0x00000400 );
8080 constants .put ("O_NONBLOCK" , 0x00000800 );
81+ constants .put ("O_NOCTTY" , 0x00000100 );
8182 constants .put ("O_NDELAY" , 0x00000800 );
8283 constants .put ("O_DSYNC" , 0x00001000 );
8384 constants .put ("O_CLOEXEC" , 0x00080000 );
You can’t perform that action at this time.
0 commit comments