On Tue, 22 May 2007 16:01:03 +0800, Kamchybek Jusupov kjusupov@gmail.com wrote:
I'm not that good at reading the source code :)
No problem.
Where did you found nanosleep?
synack@deimos geany-0.11 $ grep -nir "timeout_add" * | cut -f1-2 -d":" data/global.tags:9100 data/global.tags:9101 data/global.tags:12756 data/global.tags:12757
global.tags is only a big list of available symbols in certain libraries. This is not source code.
scintilla/ScintillaGTK.cxx:959
The result I mentioned in my last mail.
src/main.c:753
This is only a comment, so not source code.
synack@deimos geany-0.11 $ grep -nir "nanosleep" * | cut -f1-2 -d":" data/global.tags:7652 data/global.tags:13570
See above.
Regards, Enrico