This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-23-g2ba30a1


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2ba30a182ca50ac07f45ed1f813a85ccafaed85d (commit)
      from  283c873654a58fa21a65de3031f78f194192ff90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2ba30a182ca50ac07f45ed1f813a85ccafaed85d

commit 2ba30a182ca50ac07f45ed1f813a85ccafaed85d
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Thu Aug 6 08:51:31 2015 -0700

    Add #include <unistd.h> to libio/oldfileops.c for write.

diff --git a/ChangeLog b/ChangeLog
index d7bcedf..f8e9c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* libio/oldfileops.c: Include unistd.h.
+
 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
 
 	* stdlib/isomac.c: Include ctype.h.
diff --git a/libio/oldfileops.c b/libio/oldfileops.c
index 54789b2..25797c8 100644
--- a/libio/oldfileops.c
+++ b/libio/oldfileops.c
@@ -41,6 +41,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <unistd.h>
 #ifndef errno
 extern int errno;
 #endif

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 libio/oldfileops.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]