mirror of
https://git.busybox.net/uClibc
synced 2025-05-09 15:22:16 +08:00
11 lines
176 B
C
11 lines
176 B
C
#ifndef SPARC_SYSDEP_CANCEL_H
|
|
#define SPARC_SYSDEP_CANCEL_H
|
|
|
|
#if defined(__arch64__)
|
|
#include <sparc64/sysdep-cancel.h>
|
|
#else
|
|
#include <sparc32/sysdep-cancel.h>
|
|
#endif
|
|
|
|
#endif
|