diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-04 12:31:38 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-04 12:31:38 -0800 |
commit | 4bee4cd9593610ac1204529076591871b1143c7e (patch) | |
tree | c93f3b074902e65d663da97e34307ae873feadaf /ChangeLog | |
parent | 84dbedb6081f655bdfc4bf93a6e0e7f46234a8a7 (diff) | |
download | glibc-4bee4cd9593610ac1204529076591871b1143c7e.tar.gz |
De-warning a few stubs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2014-12-04 Roland McGrath <roland@hack.frob.com> + + * io/openat64.c: #include <libc-internal.h> + (__openat64): Prototypify. Use ignore_value on MODE. + * io/openat.c: Likewise. + * misc/reboot.c: #include <libc-internal.h> + (reboot): Prototypify. Use ignore_value on HOWTO. + * misc/ptrace.c: #include <libc-internal.h> + (ptrace): Prototypify. Use ignore_value for va_arg'd parameters. + 2014-12-04 Joseph Myers <joseph@codesourcery.com> * conform/list-header-symbols.pl (%extra_syms): Add h_errno for |