Subversion Repositories HelenOS

Rev

Rev 1864 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1864 Rev 2061
Line 31... Line 31...
31
 * @{
31
 * @{
32
 */
32
 */
33
/**
33
/**
34
 * @file
34
 * @file
35
 * @brief   sparc64 TLS functions.
35
 * @brief   sparc64 TLS functions.
36
 *
-
 
37
 * The implementation is based on the IA-32 implementation which was also
-
 
38
 * designed by Sun and is virtually the same, except the TCB is stored in
-
 
39
 * %g7 (of the normal set).
-
 
40
 */
36
 */
41
 
37
 
42
#ifndef LIBC_sparc64_THREAD_H_
38
#ifndef LIBC_sparc64_THREAD_H_
43
#define LIBC_sparc64_THREAD_H_
39
#define LIBC_sparc64_THREAD_H_
44
 
40