* Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36058 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2004-2009, Haiku Inc.
|
* Copyright 2004-2010, Haiku Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Thread definition and structures
|
* Thread definition and structures
|
||||||
@@ -375,7 +375,7 @@ struct thread_queue {
|
|||||||
#define THREAD_FLAGS_SYSCALL 0x0400
|
#define THREAD_FLAGS_SYSCALL 0x0400
|
||||||
// the thread is currently in a syscall; set/reset only for certain
|
// the thread is currently in a syscall; set/reset only for certain
|
||||||
// functions (e.g. ioctl()) to allow inner functions to discriminate
|
// functions (e.g. ioctl()) to allow inner functions to discriminate
|
||||||
// whether e.g. parameters where passed from userland or kernel
|
// whether e.g. parameters were passed from userland or kernel
|
||||||
|
|
||||||
|
|
||||||
#endif /* _KERNEL_THREAD_TYPES_H */
|
#endif /* _KERNEL_THREAD_TYPES_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user