detailyang / ipc_benchmark

IPC benchmark on Linux
MIT License
73 stars 55 forks source link

shm2.c:172: undefined reference to `rb_used' #10

Open zzmOVO opened 2 years ago

zzmOVO commented 2 years ago

Can you tell me how to solve this problem ?

KKKErde commented 2 years ago

change inline rb_used() to static inline rb_used()