diff options
| author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-04 08:45:55 +0530 |
|---|---|---|
| committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-04 08:45:55 +0530 |
| commit | 24b9788285effddba3d52f174d483583cf820d19 (patch) | |
| tree | 32cc6135cb09d51203b80869789c8d9591ecf014 /ChangeLog | |
| parent | fe8b4d98e9ac371238388469cb74011cb2120343 (diff) | |
| download | glibc-24b9788285effddba3d52f174d483583cf820d19.tar.xz glibc-24b9788285effddba3d52f174d483583cf820d19.zip | |
Fix up function definition style
Don't use K&R style for function definitions.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2914-12-04 Siddhesh Poyarekar <siddhesh@redhat.com> + * libio/fileops.c: Use IOS C style for function definitions. + * libio/iofopen.c: Likewise. + * libio/wfileops.c: Likewise. + [BZ #17653] * libio/fileops.c (_IO_new_file_underflow): Unset cached offset on EOF. |
