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?
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.