Clean up the remnants of SuperH support

This commit is contained in:
Raghu Gandham
2012-02-09 15:58:46 -08:00
parent 177a77067b
commit b69060f1ae
2 changed files with 2 additions and 3 deletions

View File

@@ -189,7 +189,6 @@ int setsockopt (int, int, int, const void *, socklen_t);
int getsockopt (int, int, int, void *, socklen_t *);
int sendmsg (int, const 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_getscheduler (pid_t pid);
int sched_yield (void);