search for: _io_flockfile

Displaying 4 results from an estimated 4 matches for "_io_flockfile".

Did you mean: _io_funlockfile
2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...ecutable. After up2dating my compile box to CentOS 4.3 I receive following errors when trying to link PHP statically: ... ....(cuted a lot of lines and minor warnings).... .... /usr/lib/libpthread.a(lockfile.o)(.text+0x0): In function `flockfile': : multiple definition of `_IO_flockfile' /usr/lib/libc.a(flockfile.o)(.text+0x0): first defined here /usr/bin/ld: Warning: size of symbol `_IO_flockfile' changed from 30 in /usr/lib/libc.a(flockfile.o) to 18 in /usr/lib/libpthread.a(lockfile.o) /usr/lib/libpthread.a(lockfile.o)(.text+0x0): In function `flockfile':...
2004 Aug 26
6
chan_capi module
...nclude/libio.h:446: error: syntax error before '*' token /usr/include/libio.h:446: error: storage class specified for parameter `_IO_peekc_locked'/usr/include/libio.h:452: error: syntax error before '*' token/usr/include/libio.h:452: error: storage class specified for parameter `_IO_flockfile'/usr/include/libio.h:453: error: syntax error before '*' token /usr/include/libio.h:453: error: storage class specified for parameter `_IO_funlockfile'/usr/include/libio.h:454: error: syntax error before '*' token/usr/include/libio.h:454: error: storage class specified for p...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...O_FILE *, wint_t); extern int _IO_getc (_IO_FILE *__fp); extern int _IO_putc (int __c, _IO_FILE *__fp); extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__)); extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__)); extern int _IO_peekc_locked (_IO_FILE *__fp); extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__)); extern void _IO_funlockfile (_IO_FILE *) __attribute__ ((__nothrow__)); extern int _IO_ftrylockfile (_IO_FILE *) __attribute__ ((__nothrow__)); extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict, __gnuc_va_list, int *__restrict); ex...