commit | 3e8f77bfe4f8a1b620c736ca11e5ffc895b468fd | [log] [tgz] |
---|---|---|
author | yaberauneya <yaberauneya> | Sat Nov 14 23:58:26 2009 +0000 |
committer | yaberauneya <yaberauneya> | Sat Nov 14 23:58:26 2009 +0000 |
tree | 965c15f9f473e8120695286eacc028705755c7a9 | |
parent | 60c8a61f36b872fc5c0ef28ddba0fbcff8769191 [diff] |
1. Linker ordering is painful; -lltp must come last for some weird arse reason in order to work with binutils 1.19.51, whereas it needs to precede -lclone on 1.18.. We'll see whether or not it's fubar still in a minute... 2. Not all of the mq_* functions are syscalls; many are in fact libcalls, so we need to use the appropriate function call to stimulate them. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>