File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,20 @@ Please fill out the below template.
1212
1313# Sources
1414
15- <!-- All API changes must have links to headers and/or documentation,
16- preferably both -->
15+ <!-- All API changes must have permalinks to headers. Common sources:
16+
17+ * Linux uapi https://github.com/torvalds/linux/tree/master/include/uapi
18+ * Glibc https://github.com/bminor/glibc
19+ * Musl https://github.com/bminor/musl
20+ * Apple XNU https://github.com/apple-oss-distributions/xnu
21+ * Android https://cs.android.com/android/platform/superproject/main
22+
23+ After navigating to the relevant file, click the triple dots and select "copy
24+ permalink" if on GitHub, or l-r (links->commit) for the Android source to get a
25+ link to the current version of the header.
26+
27+ If sources are closed, link to documentation or paste relevant C definitions.
28+ -->
1729
1830# Checklist
1931
You can’t perform that action at this time.
0 commit comments