This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

[newlib-cygwin] Add sethostname to API list


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e4bdbca6ebf090e5d22803298356e31b3133a060

commit e4bdbca6ebf090e5d22803298356e31b3133a060
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jun 17 11:22:14 2015 +0200

    Add sethostname to API list
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/ChangeLog | 4 ++++
 winsup/doc/posix.xml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 02bf22e..f350c48 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,9 @@
 2015-06-17  Corinna Vinschen  <corinna@vinschen.de>
 
+	* posix.xml (std-bsd): Add sethostname.
+
+2015-06-17  Corinna Vinschen  <corinna@vinschen.de>
+
 	* new-features.xml (ov-new): Rename from ov-new1.7.
 	(ov-new2.1): Add new section.  Document sethostname.
 
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 95bc400..fa5b173 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1091,6 +1091,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     sbrk
     setbuffer
     setgroups
+    sethostname
     setlinebuf
     setpassent
     setprogname


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