Searched hist:266971 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dfmemopen.cdiff 266971 Mon Jun 02 13:51:21 MDT 2014 gahr - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).
Update the manpage to reflect this change.
- Always set the current position to the first null-byte when opening in append
mode. This makes the implementation compatible with glibc's. Update the test
suite.

Reported by: pho
Approved by: cognet
H A Dfopen.3diff 266971 Mon Jun 02 13:51:21 MDT 2014 gahr - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).
Update the manpage to reflect this change.
- Always set the current position to the first null-byte when opening in append
mode. This makes the implementation compatible with glibc's. Update the test
suite.

Reported by: pho
Approved by: cognet
/freebsd-11.0-release/lib/libc/tests/stdio/
H A Dfmemopen2_test.cdiff 266971 Mon Jun 02 13:51:21 MDT 2014 gahr - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).
Update the manpage to reflect this change.
- Always set the current position to the first null-byte when opening in append
mode. This makes the implementation compatible with glibc's. Update the test
suite.

Reported by: pho
Approved by: cognet

Completed in 89 milliseconds