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 40
40
*/
41
41
package com .oracle .graal .python .runtime ;
42
42
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
45
45
class PosixConstantsLinux {
46
46
47
47
private PosixConstantsLinux () {
@@ -78,6 +78,7 @@ static void getConstants(PosixConstants.Registry constants) {
78
78
constants .put ("O_TRUNC" , 0x00000200 );
79
79
constants .put ("O_APPEND" , 0x00000400 );
80
80
constants .put ("O_NONBLOCK" , 0x00000800 );
81
+ constants .put ("O_NOCTTY" , 0x00000100 );
81
82
constants .put ("O_NDELAY" , 0x00000800 );
82
83
constants .put ("O_DSYNC" , 0x00001000 );
83
84
constants .put ("O_CLOEXEC" , 0x00080000 );
You can’t perform that action at this time.
0 commit comments