Revision b1d8e52e linux-user/flatload.c

b/linux-user/flatload.c
102 102
    return p;
103 103
}
104 104

  
105
int target_pread(int fd, abi_ulong ptr, abi_ulong len,
106
                 abi_ulong offset)
105
static int target_pread(int fd, abi_ulong ptr, abi_ulong len,
106
                        abi_ulong offset)
107 107
{
108 108
    void *buf;
109 109
    int ret;
......
336 336
/****************************************************************************/
337 337

  
338 338
/* ??? This does not handle endianness correctly.  */
339
void old_reloc(struct lib_info *libinfo, uint32_t rl)
339
static void old_reloc(struct lib_info *libinfo, uint32_t rl)
340 340
{
341 341
#ifdef DEBUG
342 342
	char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };

Also available in: Unified diff