[haiku-bugs] [Haiku] #10905: Possible typo in posix/search.h

  • From: "diger" <trac@xxxxxxxxxxxx>
  • Date: Fri, 06 Jun 2014 08:06:36 -0000

#10905: Possible typo in posix/search.h
--------------------------+------------------------------
 Reporter:  diger         |        Owner:  nobody
     Type:  bug           |       Status:  new
 Priority:  normal        |    Milestone:  R1/alpha5
Component:  System/POSIX  |      Version:  R1/Development
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 http://cgit.haiku-os.org/haiku/tree/headers/posix/search.h#n18
 {{{
 typedef struct entry {
         char *keyr;
         void *data;
 } ENTRY;
 }}}

 http://pubs.opengroup.org/onlinepubs/007904875/basedefs/search.h.html

 The <search.h> header shall define the ENTRY type for structure entry
 which shall include the following members:

 {{{
 char    *key
 void    *data
 }}}

 What is the purpose of this difference???

--
Ticket URL: <https://dev.haiku-os.org/ticket/10905>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: