strace/linux/x86_64/syscallent1.h
Roland McGrath 709ef619bf 2003-01-08 Roland McGrath <roland@redhat.com>
* linux/x86_64/syscallent1.h (sys_oldlstat): #define as printargs.
2003-01-09 06:53:24 +00:00

8 lines
239 B
C

/* Our second set comes from the i386 files.
Only a couple of calls we cannot support without the i386 headers. */
#define sys_oldstat printargs
#define sys_oldfstat printargs
#define sys_oldlstat printargs
#include "../syscallent.h"