[haiku-bugs] Re: [Haiku] #11818: Posix __USE_GNU vs _GNU_SOURCE

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Wed, 07 Aug 2019 15:22:53 -0000

#11818: Posix __USE_GNU vs  _GNU_SOURCE
---------------------------------+----------------------------
   Reporter:  kallisti5          |      Owner:  nobody
       Type:  bug                |     Status:  assigned
   Priority:  normal             |  Milestone:  R1
  Component:  System/libroot.so  |    Version:  R1/Development
 Resolution:                     |   Keywords:  posix
 Blocked By:                     |   Blocking:
Has a Patch:  0                  |   Platform:  All
---------------------------------+----------------------------

Comment (by cocobean):

 Reference:
 {{{
 #define  _GNU_SOURCE    1 /* for strsignal in GNU's libc */
 #define  __USE_GNU      1 /* exact same thing as above   */
 #define  __EXTENSIONS__ 1 /* and another way to call for it */
 }}}

-- 
Ticket URL: <https://dev.haiku-os.org/ticket/11818#comment:2>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: