feat: new syscall: sigpending, sigsuspend
[lunaix-os.git] / lunaix-os / includes / lunaix / spike.h
index 1ce7481aabfb752242dff6ab7e018c3618fba07b..48a19045dbb5b801d5e901856b9c391f8ed4ec81 100644 (file)
@@ -15,7 +15,7 @@
 // 获取v最近的最小k倍数
 #define ROUNDDOWN(v, k) ((v) & ~((k)-1))
 
-#define __USER__ __attribute__((section("usrtext")))
+#define __USER__ __attribute__((section(".usrtext")))
 
 inline static void
 spin()