1
0
mirror of synced 2025-03-01 07:00:29 +01:00

rename linux/limits.h to limits.h

This commit is contained in:
Synth Magic 2025-01-10 20:54:24 +08:00 committed by GitHub
parent fbc76dfe5e
commit dcae95fe03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#include <linux/limits.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>