Skip to content

Commit caee8a7

Browse files
lukasstadleransalond
authored andcommitted
add R_Busy symbol
(cherry picked from commit b843c24)
1 parent fc906ef commit caee8a7

File tree

1 file changed

+5
-1
lines changed
  • com.oracle.truffle.r.native/fficall/src/truffle_nfi

1 file changed

+5
-1
lines changed

com.oracle.truffle.r.native/fficall/src/truffle_nfi/Rembedded.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,11 @@ void uR_ClearerrConsole(void) {
368368
}
369369

370370
void uR_Busy(int x) {
371-
unimplemented("R_Busy");
371+
// default - do nothing
372+
}
373+
374+
void R_Busy(int which) {
375+
ptr_R_Busy(which);
372376
}
373377

374378
void R_SizeFromEnv(Rstart rs) {

0 commit comments

Comments
 (0)