Displaying 1 result from an estimated 1 matches for "__filedesc".
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...*__endptr,
int __base, int __group)
{
return strtoul (__nptr, __endptr, __base);
}
void __terminate()
{
fprintf (stderr, "terminate!\n");
}
ssize_t __write (int __fd, const void *__buf, size_t __size)
{
return write (__fd, __buf, __size);
}
int __fxstat(int __ver, int __filedesc, struct stat *__stat_buf)
{
return fstat (__filedesc, __stat_buf);
}
int __xstat(int __ver, const char *__filename, struct stat *__stat_buf)
{
return stat (__filename, __stat_buf);
}
I installed this new version of flashpluginwrapper, installed the
linux-flashplugin6 library in browser_plu...