view modules/strtoull @ 14138:222670d93ba4

signal: work around Haiku issue with SIGBUS * lib/siglist.h: Add comment. * lib/sig2str.c (numname_table): Swap SIGBUS order, to match strsignal's favoring of SIGSEGV. * tests/test-signal.c (main): Avoid test failure. * doc/posix-headers/signal.texi (signal.h): Document the issue. Reported by Scott McCreary. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 31 Dec 2010 12:36:15 -0700
parents 2e6a262b0b32
children 90cff8e08ef3
line wrap: on
line source

Description:
strtoull() function: convert string to 'unsigned long long'.

Files:
lib/strtoull.c
m4/longlong.m4
m4/strtoull.m4

Depends-on:
stdlib
strtoul

configure.ac:
gl_FUNC_STRTOULL
gl_STDLIB_MODULE_INDICATOR([strtoull])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
glibc