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