Access sys/select.h while in a DKM in VxWorks

214 views Asked by At

I am running an application that is a DKM in VxWorks. I have functions that need the sys/select.h file, however that is only available to RTPs. Is there a way to access those function in a DKM?

1

There are 1 answers

0
Kamlesh Kumar On BEST ANSWER

you can create same file inside VSB for kernel. i.e. $VSB_DIR/krnl/h/public/sys/select.h and copy the contents from $VSB_DIR/user/h/public/sys/select.h.