Skip to content

Commit b98b9d0

Browse files
meme8383keith-packard
authored andcommitted
Update tls.md
1 parent d0e1ee0 commit b98b9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ blocks:
8787
Picolib provides a couple of helper APIs for TLS:
8888

8989
* _set_tls
90-
```
90+
```c
9191
void
9292
_set_tls(void *tls);
9393
```
9494
This is an architecture-specific function which sets the TLS
9595
block pointer for the processor to `tls`.
9696
9797
* _init_tls
98-
```
98+
```c
9999
void
100100
_init_tls(void *tls);
101101
```

0 commit comments

Comments
 (0)