mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
mipsel close()
This commit is contained in:
parent
d54ac1ba91
commit
dc4f7eb2f9
|
@ -430,7 +430,6 @@ static void *brk(void *addr)
|
||||||
return v0;
|
return v0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0 /*{*/
|
|
||||||
static int close(int fd)
|
static int close(int fd)
|
||||||
{
|
{
|
||||||
#define __NR_close (6+ 4000)
|
#define __NR_close (6+ 4000)
|
||||||
|
@ -444,7 +443,6 @@ static int close(int fd)
|
||||||
);
|
);
|
||||||
return v0;
|
return v0;
|
||||||
}
|
}
|
||||||
#endif /*}*/
|
|
||||||
|
|
||||||
static void exit(int code) __attribute__ ((__noreturn__));
|
static void exit(int code) __attribute__ ((__noreturn__));
|
||||||
static void exit(int code)
|
static void exit(int code)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user