This is the mail archive of the glibc-bugs@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]

[Bug manual/24412] New: size of size_t: libc manual vs definitions in <stdint.h>


https://sourceware.org/bugzilla/show_bug.cgi?id=24412

            Bug ID: 24412
           Summary: size of size_t: libc manual vs definitions in
                    <stdint.h>
           Product: glibc
           Version: 2.31
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: dilyan.palauzov at aegee dot org
                CC: mtk.manpages at gmail dot com
  Target Milestone: ---

http://www.gnu.org/software/libc/manual/html_node/Important-Data-Types.html#index-size_005ft
says: “Data Type: size_t: On systems using the GNU C Library, this will be
unsigned int or unsigned long int.”

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html says:
“Limit of size_t:

{SIZE_MAX}
65535”

Is size_t a word (65535), int, or long?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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