Skip to content

Commit

Permalink
Merge a95ae9a into b691d1f
Browse files Browse the repository at this point in the history
  • Loading branch information
tboegi committed May 24, 2023
2 parents b691d1f + a95ae9a commit 47dbae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asyn/vxi11/osiRpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
#ifdef __rtems__
#include <rpc/pmap_clnt.h>
#include <rtems.h>
#ifdef RTEMS_LEGACY_STACK
#define rpcTaskInit rtems_rpc_task_init
#else
#define rpcTaskInit() 0
#endif
#endif

#ifdef __APPLE__
Expand Down

0 comments on commit 47dbae3

Please sign in to comment.