mostly-cosmetic fixups to x32 port merge

This commit is contained in:
Rich Felker
2014-02-23 05:43:09 -05:00
parent adbeefbebd
commit d8b587796f
4 changed files with 12 additions and 12 deletions

View File

@ -5,11 +5,8 @@
#include "syscall_arch.h"
#ifndef __scc
#define __scc(X) (long) (X)
#endif
#ifndef syscall_arg_t
#define syscall_arg_t long
#define __scc(X) ((long) (X))
typedef long syscall_arg_t;
#endif
#if defined(__PIC__) && (100*__GNUC__+__GNUC_MINOR__ >= 303)