Skip to content

Commit febbc4a

Browse files
committed
remove geteuid from emulated posix
1 parent 603aad9 commit febbc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ public void postInitialize(Python3Core core) {
351351

352352
if (posixLib.getBackend(posixSupport).toJavaStringUncached().equals("java")) {
353353
posix.setAttribute(toTruffleStringUncached("statvfs"), PNone.NO_VALUE);
354+
posix.setAttribute(toTruffleStringUncached("geteuid"), PNone.NO_VALUE);
354355
}
355356
}
356357

0 commit comments

Comments
 (0)