"Martin v. Löwis" <[EMAIL PROTECTED]> writes:

 It would be helpful to get the preprocessor output for posixmodule.i.
 I'll include the relevant fragments from SF below; on the real build
 environment, you should see the same (somewhat differently formatted).

With python 2.4_2.4.2-1 and libc6.1-dev 2.3.5-7 I get exactly the same
code, except that statvfs is now declared

extern int statvfs (__const char *__restrict __file,
                    struct statvfs *__restrict __buf)
                    __asm__ ("" "statvfs64")
                    __attribute__ ((__nothrow__))
                    __attribute__ ((__nonnull__ (1, 2)));

but that shouldn't really change anything...

-- 
        Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to