[Ltrace-devel] [PATCH 4/6] Split type definitions from the bundled configs into their own files

Роман Донченко dpb at corrigendum.ru
Mon Apr 20 18:22:37 UTC 2015


Petr Machata <pmachata at redhat.com> писал в своём письме Mon, 20 Apr 2015  
11:19:44 +0300:

> Роман Донченко <dpb at corrigendum.ru> writes:
>
>> +#include "libc.so-types.conf";
>
> Is there a reason that the import line is commented out?

Yes... muscle memory. (Note how the keyword isn't the right one either.)

diff --git a/etc/libm.so.conf b/etc/libm.so.conf
index ba2db07..14f86f4 100644
--- a/etc/libm.so.conf
+++ b/etc/libm.so.conf
@@ -1,4 +1,4 @@
-#include "libc.so-types.conf";
+import "libc.so-types";

  double sin(double);
  float sinf(float);



More information about the Ltrace-devel mailing list