> after adding this minor patch: > > to match psignals definition with the declaration in glibc's signal.h It would be better to figure out why it's building psignal if the OS already has one, and arrange to have that function not compiled in that case. If you change the prototype, you're just moving the problem to a different platform.