On Wednesday 24 April 2013 11:58:11 [email protected] wrote: > > > > delete all the "#else" branches since you're now using > > > > linux_syscall_numbers.h > > > > > > Without that check in parent, you can end up in situation where some > > > child aborts first and then parent reports failure. By doing it early > > > in setup() you can avoid allocating resources that won't go away when > > > process later terminates with TCONF. > > > > by including linux_syscall_numbers.h, you've guaranteed that > > __NR_process_vm_readv will always be defined, thus the code under > > "#ifndef __NR_process_vm_readv" will never be run, thus you should > > delete it. > > Not until these are added to at least one of the in files and > linux_syscall_numbers.h are regenerated. > > Which is why we started to fiddle with the kernel/include directory in > the first place.
so do it and delete the #else logic. there's no need to keep it in there. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
