Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116062 | Differences between
and this patch

Collapse All | Expand All

(-)glkloader-0.3.2/glkloader.c~ (+11 lines)
Lines 30-35 Link Here
30
#include <stdlib.h>
30
#include <stdlib.h>
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <glk.h>
32
#include <glk.h>
33
#include <glkstart.h>
33
34
34
#include "defines.h"
35
#include "defines.h"
35
#include "xpconfig/xpconfig.h"
36
#include "xpconfig/xpconfig.h"
Lines 240-242 Link Here
240
241
241
    return retVal;
242
    return retVal;
242
}
243
}
244
245
void (*glkloader__glk_main)(void) = &glk_main;
246
247
int glkunix_startup_code(glkunix_startup_t *) __attribute__((weak));
248
int glkunix_startup_code(glkunix_startup_t *x)
249
{
250
     return 1;
251
}
252
253
glkunix_argumentlist_t glkunix_arguments[] __attribute__((weak)) = { { NULL, 0, NULL } };

Return to bug 116062