Systemd/klibc/klibc/arch/m68k/include/klibc/archsys.h

13 lines
234 B
C

/*
* arch/m68k/include/klibc/archsys.h
*
* Architecture-specific syscall definitions
*/
#ifndef _KLIBC_ARCHSYS_H
#define _KLIBC_ARCHSYS_H
/* No special syscall definitions for this architecture */
#endif /* _KLIBC_ARCHSYS_H */