search for: __arg

Displaying 13 results from an estimated 13 matches for "__arg".

Did you mean: _arg
2013 Jul 09
2
[LLVMdev] Error building compiler-rt
...22: error: no matching function for call to 'clone' pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(), ^~~~~ /usr/include/bits/sched.h:71:12: note: candidate function not viable: requires 4 arguments, but 7 were provided extern int clone (int (*__fn) (void *__arg), void *__child_stack, Inside sched.h, clone is indeed declared with four arguments, but, interestingly, the man page for clone provides this prototype: #include <sched.h> int clone(int (*fn)(void *), void *child_stack, int flags, void *arg, ......
2013 Jul 09
0
[LLVMdev] Error building compiler-rt
...22: error: no matching function for call to 'clone' pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(), ^~~~~ /usr/include/bits/sched.h:71:12: note: candidate function not viable: requires 4 arguments, but 7 were provided extern int clone (int (*__fn) (void *__arg), void *__child_stack, Inside sched.h, clone is indeed declared with four arguments, but, interestingly, the man page for clone provides this prototype: #include <sched.h> int clone(int (*fn)(void *), void *child_stack, int flags, void *arg, ......
2013 Jul 17
1
[LLVMdev] Error building compiler-rt
...** > > pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),**** > > ^~~~~**** > > /usr/include/bits/sched.h:71:12: note: candidate function not viable: > requires 4 arguments, but 7 were provided**** > > extern int clone (int (*__fn) (void *__arg), void *__child_stack,**** > > ** ** > > Inside sched.h, clone is indeed declared with four arguments, but, > interestingly, the man page for clone provides this prototype:**** > > ** ** > > #include <sched.h>**** > > ** ** > > int clone(in...
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
...argument syscalls. */ + +#ifndef _syscall6 + +#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,\ + type4,arg4,type5,arg5,type6,arg6) \ +type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ + type5 arg5, type6 arg6) { \ + unsigned long __arg[6] = { \ + (unsigned long) arg1, \ + (unsigned long) arg2, \ + (unsigned long) arg3, \ + (unsigned long) arg4, \ + (unsigned long) arg5, \ + (unsigned long) arg6 \ + }; \ + register void *__argp asm("2") = &__arg;...
2006 May 11
0
[patch] klibc: merge s390 and s390x
...%0,2" \ + " la %0,2" \ : "=d" (__res) \ : "i" (__NR_##name), \ "d" (__argp) \ diff -purN a/usr/include/arch/s390x/klibc/archconfig.h b/usr/include/arch/s390x/klibc/archconfig.h --- a/usr/include/arch/s390x/klibc/archconfig.h 2006-05-11 08:09:08.000000000 +0200 +++ b/usr/include/arch/s390x/klibc/archconfig.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -/*...
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...%0,2" \ + " la %0,2" \ : "=d" (__res) \ : "i" (__NR_##name), \ "d" (__argp) \ diff -purN a/usr/include/arch/s390x/klibc/archconfig.h b/usr/include/arch/s390x/klibc/archconfig.h --- a/usr/include/arch/s390x/klibc/archconfig.h 2006-05-24 15:19:12.000000000 +0200 +++ b/usr/include/arch/s390x/klibc/archconfig.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -/*...
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello ! I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11 I just realized that smbd is not working anymore :-/ If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot.... Thank you so much Here's some logs : root at ef113:~# tail /var/log/samba/log.smbd #1
2009 Sep 01
3
dovecot 1.2 and logging start failures
Hi, I've got report about issue when dovecot fails to start and there is no error logged (error goes only to stderr) situation: 1) dovecot is running 2) dovecot is automatically updated to new version (by yum update daemon), after update, dovecot is restarted (it's part of update script) 3) new dovecot fails to start (for whatever reason) result: dovecot not running and no error
2007 Dec 04
0
Queue App - crash (1.4.15)
...!4??? \006\b" pos = 0 digit = 0 found = 1 res = 0 error = 0 #6 0x080c7fd1 in pbx_thread (data=0x64) at pbx.c:2631 No locals. #7 0x080f7e99 in dummy_start (data=0x64) at utils.c:843 _buffer = {__routine = 0x8067f40 <ast_unregister_thread>, __arg = 0xa0019, __canceltype = -1222557972, __prev = 0x0} ret = (void *) 0x8249a98 a = {start_routine = 0x80c7fc0 <pbx_thread>, data = 0x82496a8, name = 0x8249a98 "pbx_thread", ' ' <repeats 11 times>, "started at [ 2655] pbx.c ast_pbx_start()"}...
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...0', pa_int = 0, pa_long_int = 0, pa_long_long_int = 0, pa_u_int = 0, pa_u_long_int = 0, pa_u_long_long_int = 0, pa_double = 0, pa_long_double = 0, pa_string = 0x0, pa_wstring = 0x0, pa_pointer = 0x0, pa_user = 0x0} spec = 115 's' _buffer = {__routine = 0, __arg = 0xf583a1d84, __canceltype = 24, __prev = 0x0} _avail = <value optimized out> thousands_sep = 0x0 grouping = 0xffffffffffffffff <Address 0xffffffffffffffff out of bounds> done = 97 f = 0x7f1a58c90b0d "s" lead_str_end = 0...
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
...mat, ...); extern int printf (__const char *__restrict __format, ...); extern int sprintf (char *__restrict __s, __const char *__restrict __format, ...) __attribute__ ((__nothrow__)); extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg); extern int vprintf (__const char *__restrict __format, __gnuc_va_list __arg); extern int vsprintf (char *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) __attribute__ ((__nothrow__)); extern int snprintf (char *__restrict __s, size_t __maxlen, __co...
2010 May 20
3
Install eventmachine on Debian Lenny
...usr/include/wchar.h:559: error: ‘__FILE’ was not declared in this scope /usr/include/wchar.h:559: error: expected primary-expression before ‘__restrict__’ /usr/include/wchar.h:560: error: expected primary-expression before ‘const’ /usr/include/wchar.h:561: error: expected primary-expression before ‘__arg’ /usr/include/wchar.h:561: error: initializer expression list treated as compound expression /usr/include/wchar.h:575: error: expected initializer before ‘__THROW’ /usr/include/wchar.h:582: error: ‘__FILE’ was not declared in this scope /usr/include/wchar.h:582: error: expected primary-expression b...