Skip to content

Commit 520a021

Browse files
committed
Regenerate PosixConstantsLinux
1 parent 59c062d commit 520a021

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PosixConstantsLinux.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
*/
4141
package 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
4545
class 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);

0 commit comments

Comments
 (0)