* commit '7c38f53d1911e04acf6398921a7bd4444d585c2b': Clean up the remnants of SuperH support
This commit is contained in:
commit
dc755140c1
@ -190,7 +190,7 @@ int __timer_gettime:timer_gettime(timer_t, struct itimerspec*)
|
|||||||
int __timer_getoverrun:timer_getoverrun(timer_t) 260,262
|
int __timer_getoverrun:timer_getoverrun(timer_t) 260,262
|
||||||
int __timer_delete:timer_delete(timer_t) 261,263
|
int __timer_delete:timer_delete(timer_t) 261,263
|
||||||
int utimes(const char*, const struct timeval tvp[2]) 269, 271
|
int utimes(const char*, const struct timeval tvp[2]) 269, 271
|
||||||
int utimensat(int, const char *, const struct timespec times[2], int) 348, 320, 320
|
int utimensat(int, const char *, const struct timespec times[2], int) 348, 320
|
||||||
|
|
||||||
# signals
|
# signals
|
||||||
int sigaction(int, const struct sigaction *, struct sigaction *) 67
|
int sigaction(int, const struct sigaction *, struct sigaction *) 67
|
||||||
@ -229,7 +229,7 @@ int getpeername:socketcall:7(int, struct sockaddr *, socklen_t *) -1,
|
|||||||
int socketpair:socketcall:8(int, int, int, int*) -1,102
|
int socketpair:socketcall:8(int, int, int, int*) -1,102
|
||||||
int sendto:socketcall:11(int, const void *, size_t, int, const struct sockaddr *, socklen_t) -1,102
|
int sendto:socketcall:11(int, const void *, size_t, int, const struct sockaddr *, socklen_t) -1,102
|
||||||
int recvfrom:socketcall:12(int, void *, size_t, unsigned int, struct sockaddr *, socklen_t *) -1,102
|
int recvfrom:socketcall:12(int, void *, size_t, unsigned int, struct sockaddr *, socklen_t *) -1,102
|
||||||
int shutdown:socketcall:13(int, int) -1,102,-1
|
int shutdown:socketcall:13(int, int) -1,102
|
||||||
int setsockopt:socketcall:14(int, int, int, const void *, socklen_t) -1,102
|
int setsockopt:socketcall:14(int, int, int, const void *, socklen_t) -1,102
|
||||||
int getsockopt:socketcall:15(int, int, int, void *, socklen_t *) -1,102
|
int getsockopt:socketcall:15(int, int, int, void *, socklen_t *) -1,102
|
||||||
int sendmsg:socketcall:16(int, const struct msghdr *, unsigned int) -1,102
|
int sendmsg:socketcall:16(int, const struct msghdr *, unsigned int) -1,102
|
||||||
|
@ -189,7 +189,6 @@ int setsockopt (int, int, int, const void *, socklen_t);
|
|||||||
int getsockopt (int, int, int, void *, socklen_t *);
|
int getsockopt (int, int, int, void *, socklen_t *);
|
||||||
int sendmsg (int, const struct msghdr *, unsigned int);
|
int sendmsg (int, const struct msghdr *, unsigned int);
|
||||||
int recvmsg (int, struct msghdr *, unsigned int);
|
int recvmsg (int, struct msghdr *, unsigned int);
|
||||||
int __socketcall (int, unsigned long*);
|
|
||||||
int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|
int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
|
||||||
int sched_getscheduler (pid_t pid);
|
int sched_getscheduler (pid_t pid);
|
||||||
int sched_yield (void);
|
int sched_yield (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user