I_die_here;
#elif defined(VGP_ppc32_linux)
-//CAB: TODO
+ //CAB: TODO
I_die_here;
#else
I_die_here;
#elif defined(VGP_ppc32_linux)
-//CAB: TODO
+ //CAB: TODO
I_die_here;
#else
I_die_here;
#elif defined(VGP_ppc32_linux)
-//CAB: TODO
+ //CAB: TODO
I_die_here;
flags = 0; // stop compiler complaints
{
SysRes res;
-#if defined(VGP_x86_linux)
+#if defined(VGP_x86_linux) || defined(VGP_ppc32_linux)
UWord args[3];
args[0] = sd;
args[1] = (UWord)name;
(UWord)sd, (UWord)name, (UWord)namelen );
return res.isError ? -1 : res.val;
-#elif defined(VGP_ppc32_linux)
-//CAB: TODO
- I_die_here;
- return res.isError ? -1 : res.val;
#else
# error Unknown arch
#endif
{
SysRes res;
-#if defined(VGP_x86_linux)
+#if defined(VGP_x86_linux) || defined(VGP_ppc32_linux)
UWord args[3];
args[0] = sd;
args[1] = (UWord)name;
(UWord)sd, (UWord)name, (UWord)namelen );
return res.isError ? -1 : res.val;
-#elif defined(VGP_ppc32_linux)
-//CAB: TODO
- I_die_here;
- return res.isError ? -1 : res.val;
-
#else
-# error Unknown arch
+# error Unknown archx
#endif
}
{
SysRes res;
-#if defined(VGP_x86_linux)
+#if defined(VGP_x86_linux) || defined(VGP_ppc32_linux)
UWord args[5];
args[0] = sd;
args[1] = level;
(UWord)optval, (UWord)optlen );
return res.isError ? -1 : res.val;
-#elif defined(VGP_ppc32_linux)
-//CAB: TODO
- I_die_here;
- return res.isError ? -1 : res.val;
-
#else
# error Unknown arch
#endif