add note about why I used d_thread_t in the prototypes.

This commit is contained in:
Warner Losh 2001-11-11 06:32:48 +00:00
parent 4e8764288f
commit f73dc36fa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86254
2 changed files with 4 additions and 2 deletions

View File

@ -129,7 +129,8 @@ struct knote;
* gives.
*
* Users of struct thread/struct proc that aren't device drivers should
* not use d_thread_t.
* not use d_thread_t. It is used here only as a shorthand to prevent
* lines from wrapping.
*/
typedef struct thread d_thread_t;

View File

@ -129,7 +129,8 @@ struct knote;
* gives.
*
* Users of struct thread/struct proc that aren't device drivers should
* not use d_thread_t.
* not use d_thread_t. It is used here only as a shorthand to prevent
* lines from wrapping.
*/
typedef struct thread d_thread_t;