Commit 9469613
committed
Auto merge of #3257 - superwhiskers:add-putpwent, r=JohnTitor
linux-gnu: add putpwent/putgrent
adds the [`putpwent(3)`](https://www.man7.org/linux/man-pages/man3/putpwent.3.html) and [`putgrent(3)`](https://www.man7.org/linux/man-pages/man3/putgrent.3.html) glibc extensions. these don't appear to be present anywhere else from what i could tell, correct me if i'm wrong.File tree
2 files changed
+5
-0
lines changed- libc-test/semver
- src/unix/linux_like/linux/gnu
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1302 | 1302 | | |
1303 | 1303 | | |
1304 | 1304 | | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
1305 | 1308 | | |
1306 | 1309 | | |
1307 | 1310 | | |
| |||
0 commit comments