public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: "Dionna Amalie Glaze via newlib" <newlib@sourceware.org>
To: Yaakov Selkowitz <yselkowitz@cygwin.com>
Cc: newlib@sourceware.org
Subject: Re: New contributor o/ hello, and small diff.
Date: Tue, 27 Jun 2017 18:10:00 -0000	[thread overview]
Message-ID: <CAAH4kHaZshtFGp9sSMnSg=3UPadYTDCTR=_xBJ46QKEigNwpOg@mail.gmail.com> (raw)
In-Reply-To: <fece0fb4-d1f7-20b0-795c-145ee3ea749a@cygwin.com>

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

Thanks for the correction, Yaakov. Is the updated patch acceptable? It
pulls in some other symbols too, but the man pages for all those
symbols should be supported with __BSD_VISIBLE or __XSI_VISIBLE >=
500.
The other edit removes the only trailing whitespace in the file.

On Tue, Jun 27, 2017 at 10:43 AM, Yaakov Selkowitz
<yselkowitz@cygwin.com> wrote:
> On 2017-06-26 14:53, Dionna Amalie Glaze via newlib wrote:
>>
>> The formatted patch is attached.
>
>
> This patch is incorrect.  __USE_* are glibc internals; we use the
> __*_VISIBLE internal macros as defined and documented in sys/features.h.
>
> --
> Yaakov



-- 
-Dionna Glaze, PhD (she/her)

[-- Attachment #2: 0001-Make-gethostname-getdtablesize-mktemp-ualarm-availab.patch --]
[-- Type: text/x-patch, Size: 1918 bytes --]

From 339b855ff14aec73bf9527f4cc84f9a620e2bbe3 Mon Sep 17 00:00:00 2001
From: Dionna Glaze <dionnaglaze@google.com>
Date: Tue, 27 Jun 2017 11:07:48 -0700
Subject: [PATCH] Make gethostname, getdtablesize, mktemp, ualarm available in
 BSD, XOPEN_SOURCE >= 500.

---
 newlib/libc/include/sys/unistd.h | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h
index 84219ca2e..ded632279 100644
--- a/newlib/libc/include/sys/unistd.h
+++ b/newlib/libc/include/sys/unistd.h
@@ -212,7 +212,7 @@ long    _EXFUN(sysconf, (int __name ));
 pid_t   _EXFUN(tcgetpgrp, (int __fildes ));
 int     _EXFUN(tcsetpgrp, (int __fildes, pid_t __pgrp_id ));
 char *  _EXFUN(ttyname, (int __fildes ));
-int     _EXFUN(ttyname_r, (int, char *, size_t)); 
+int     _EXFUN(ttyname_r, (int, char *, size_t));
 int     _EXFUN(unlink, (const char *__path ));
 int 	_EXFUN(usleep, (useconds_t __useconds));
 int     _EXFUN(vhangup, (void ));
@@ -259,9 +259,9 @@ int     _EXFUN(truncate, (const char *, off_t __length));
 #endif
 #endif
 
-#if defined(__CYGWIN__) || defined(__rtems__)
+#if defined(__CYGWIN__) || defined(__rtems__) || defined(__BSD_VISIBLE) || \
+    (__XSI_VISIBLE >= 500)
 int	_EXFUN(getdtablesize, (void));
-int	_EXFUN(setdtablesize, (int));
 useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));
 #if !(defined  (_WINSOCK_H) || defined (_WINSOCKAPI_) || defined (__USE_W32_SOCKETS))
 /* winsock[2].h defines as __stdcall, and with int as 2nd arg */
@@ -270,6 +270,10 @@ useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));
 char *	_EXFUN(mktemp, (char *));
 #endif
 
+#if defined(__CYGWIN__) || defined(__rtems__)
+int	_EXFUN(setdtablesize, (int));
+#endif
+
 #if defined(__CYGWIN__) || defined(__SPU__) || defined(__rtems__)
 void    _EXFUN(sync, (void));
 #endif
-- 
2.13.1.611.g7e3b11ae1-goog


  reply	other threads:[~2017-06-27 18:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 18:45 Dionna Amalie Glaze via newlib
2017-06-26 19:41 ` Luca Barbato
2017-06-26 19:54   ` Dionna Amalie Glaze via newlib
2017-06-27 17:43     ` Yaakov Selkowitz
2017-06-27 18:10       ` Dionna Amalie Glaze via newlib [this message]
2017-06-29  6:39         ` Corinna Vinschen
2017-06-29 16:12           ` Dionna Amalie Glaze via newlib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAH4kHaZshtFGp9sSMnSg=3UPadYTDCTR=_xBJ46QKEigNwpOg@mail.gmail.com' \
    --to=newlib@sourceware.org \
    --cc=dionnaglaze@google.com \
    --cc=yselkowitz@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).