Skip to content

Commit 3574826

Browse files
regen all docs
1 parent d2b7104 commit 3574826

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

libc/docs/fenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Macros
1212
:align: center
1313
:header-rows: 1
1414

15-
* - Function
15+
* - Macro
1616
- Implemented
1717
- C23 Standard Section
1818
- POSIX.1-2017 Standard Section

libc/docs/setjmp.rst

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
.. include:: check.rst
22

3-
setjmp.h Functions
4-
==================
3+
========
4+
setjmp.h
5+
========
6+
7+
Macros
8+
======
9+
10+
.. list-table::
11+
:widths: auto
12+
:align: center
13+
:header-rows: 1
14+
15+
* - Macro
16+
- Implemented
17+
- C23 Standard Section
18+
- POSIX.1-2017 Standard Section
19+
* - __STDC_VERSION_SETJMP_H__
20+
-
21+
- 7.13.2
22+
-
23+
24+
Functions
25+
=========
526

627
.. list-table::
728
:widths: auto
@@ -10,7 +31,13 @@ setjmp.h Functions
1031

1132
* - Function
1233
- Implemented
13-
- Standard
34+
- C23 Standard Section
35+
- POSIX.1-2017 Standard Section
1436
* - longjmp
1537
- |check|
1638
- 7.13.2.1
39+
-
40+
* - setjmp
41+
- |check|
42+
- 7.13.1.1
43+
-

libc/docs/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Macros
1212
:align: center
1313
:header-rows: 1
1414

15-
* - Function
15+
* - Macro
1616
- Implemented
1717
- C23 Standard Section
1818
- POSIX.1-2017 Standard Section

libc/docs/stdbit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Macros
1212
:align: center
1313
:header-rows: 1
1414

15-
* - Function
15+
* - Macro
1616
- Implemented
1717
- C23 Standard Section
1818
- POSIX.1-2017 Standard Section

libc/docs/threads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Macros
1212
:align: center
1313
:header-rows: 1
1414

15-
* - Function
15+
* - Macro
1616
- Implemented
1717
- C23 Standard Section
1818
- POSIX.1-2017 Standard Section

0 commit comments

Comments
 (0)