Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
v4.10.11
 1#include <uapi/asm-generic/unistd.h>
 2#include <linux/export.h>
 3
 4/*
 5 * These are required system calls, we should
 6 * invert the logic eventually and let them
 7 * be selected by default.
 8 */
 9#if __BITS_PER_LONG == 32
10#define __ARCH_WANT_STAT64
11#define __ARCH_WANT_SYS_LLSEEK
12#endif
v4.6
 1#include <uapi/asm-generic/unistd.h>
 2#include <linux/export.h>
 3
 4/*
 5 * These are required system calls, we should
 6 * invert the logic eventually and let them
 7 * be selected by default.
 8 */
 9#if __BITS_PER_LONG == 32
10#define __ARCH_WANT_STAT64
11#define __ARCH_WANT_SYS_LLSEEK
12#endif