Project

General

Profile

Actions

Bug #1034

closed

code comment update for set_tls_area/get_tls_area

Added by jgordeev almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The included patch makes code comments match code and documentation (man
page).

Index: sys/platform/pc32/i386/tls.c ===================================================================
--- sys/platform/pc32/i386/tls.c (revision 27)
+++ sys/platform/pc32/i386/tls.c (working copy)
@ -62,7 +62,7 @ * Returns the value userland needs to load into %gs representing the * TLS descriptor or -1 on error. *
- * (struct tls_info *info, int infosize, int which)
+ * (int which, struct tls_info *info, size_t infosize)
*/
int
sys_set_tls_area(struct set_tls_area_args *uap)
@ -154,7 +154,7 @ * Returns the value userland needs to load into %gs representing the * TLS descriptor or -1 on error. *
- * (struct tls_info *info, int infosize, int which)
+ * (int which, struct tls_info *info, size_t infosize)
*/
int
sys_get_tls_area(struct get_tls_area_args *uap)
Index: sys/platform/pc64/amd64/tls.c ===================================================================
--- sys/platform/pc64/amd64/tls.c (revision 27)
+++ sys/platform/pc64/amd64/tls.c (working copy)
@ -61,7 +61,7 @ * Returns the value userland needs to load into %gs representing the * TLS descriptor or -1 on error. *
- * (struct tls_info *info, int infosize, int which)
+ * (int which, struct tls_info *info, size_t infosize)
*/
int
sys_set_tls_area(struct set_tls_area_args *uap)
@ -153,7 +153,7 @ * Returns the value userland needs to load into %gs representing the * TLS descriptor or -1 on error. *
- * (struct tls_info *info, int infosize, int which)
+ * (int which, struct tls_info *info, size_t infosize)
*/
int
sys_get_tls_area(struct get_tls_area_args *uap)

Actions #1

Updated by dillon almost 16 years ago

:The included patch makes code comments match code and documentation (man
:page).

Committed :-)
-Matt
Matthew Dillon
<>
Actions #2

Updated by matthias over 15 years ago

Committed by dillon@

Actions

Also available in: Atom PDF