aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e88659..14c98e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2015-10-20 Joseph Myers <joseph@codesourcery.com>
+
+ * crypt/cert.c (main): Convert to prototype-style function
+ definition.
+ * io/pipe.c (__pipe): Likewise.
+ * io/pipe2.c (__pipe2): Likewise.
+ * misc/futimesat.c (futimesat): Likewise.
+ * misc/utimes.c (__utimes): Likewise.
+ * posix/execve.c (__execve): Likewise.
+ * posix/execvp.c (execvp): Likewise.
+ * posix/execvpe.c (__execvpe): Likewise.
+ * posix/fexecve.c (fexecve): Likewise.
+ * socket/socketpair.c (socketpair): Likewise.
+ * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
+ * stdlib/erand48.c (erand48): Likewise.
+ * stdlib/erand48_r.c (__erand48_r): Likewise.
+ * stdlib/jrand48.c (jrand48): Likewise.
+ * stdlib/jrand48_r.c (__jrand48_r): Likewise.
+ * stdlib/lcong48.c (lcong48): Likewise.
+ * stdlib/lcong48_r.c (__lcong48_r): Likewise.
+ * stdlib/nrand48.c (nrand48): Likewise.
+ * stdlib/nrand48_r.c (__nrand48_r): Likewise.
+ * stdlib/seed48.c (seed48): Likewise.
+ * stdlib/seed48_r.c (__seed48_r): Likewise.
+ * sysdeps/mach/hurd/execve.c (__execve): Likewise.
+ * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
+ * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
+
2015-10-19 Joseph Myers <joseph@codesourcery.com>
* configure.ac (libc_cv_asm_unique_object): Remove configure test.