Using C on Linux, how would I go about triggering a signal handler every time I write data to a buffer using the write() function. The handler will be reading all data written to the buffer at the time of execution.
When building my Eclipse RCP Application, I get the following error.
The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files.
I have included the org.eclipse.core.runtime library in my dependencies, so I am not sure what the problem is.