Provide set_constraint_handler_s(3) man page, with abort_handler_s(3) and ignore_handler_s(3) links, reference it in memset(3) (and fix some small issues there).
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
lib/libc/stdlib/Makefile.inc | ||
---|---|---|
19 | Just changing the spaces to a tab as done elsewhere in this Makefile. Will revert if this looks *too* unrelated. | |
lib/libc/stdlib/set_constraint_handler_s.3 | ||
2 | I did wrote it after reading everything I have found in the web on the topic and incorporating the illumos review. The name in the copyright is the company I'm working for. | |
63 | Done. |
lib/libc/stdlib/Makefile.inc | ||
---|---|---|
19 | No problem, just that I will commit it separately. | |
lib/libc/stdlib/set_constraint_handler_s.3 | ||
2 | Are you sure that assigning copyright to your employer is the correct thing to do ? Is the company aware of your activity, does it need to be aware ? Even if assigning to company, it is useful to add a note about author, look for examples in the tree. | |
42 | The type defs should have typedef somewhere ? Am I missing it ? |