aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/asm/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/asm/unistd.h')
-rw-r--r--linux-headers/include/asm/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-headers/include/asm/unistd.h b/linux-headers/include/asm/unistd.h
index 1f3bd3e..4b989ae 100644
--- a/linux-headers/include/asm/unistd.h
+++ b/linux-headers/include/asm/unistd.h
@@ -12,11 +12,13 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef __LP64__
#define __ARCH_WANT_NEW_STAT
+#define __ARCH_WANT_SET_GET_RLIMIT
+#define __ARCH_WANT_SYS_CLONE3
#endif /* __LP64__ */
#include <asm-generic/unistd.h>