/
dzavalishin
/
newos
Обзор
Документация
Войти
/
dzavalishin
/
newos
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/kernel/arch/thread_struct.h
10 строк
269 B
Travis Geiselbrecht
Remove a space in the INC_ARCH macro that screws up any chance of compiling on
20 апр 2003, 18:34
20 апр 2003, 18:34
4d97a1d
Код
Авторство
О чём код?
/* ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef _NEWOS_KERNEL_ARCH_THREAD_STRUCT_H #define _NEWOS_KERNEL_ARCH_THREAD_STRUCT_H #include INC_ARCH(kernel/arch,thread_struct.h) #endif