mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
They're not needed here and a bit premature for use elsewhere. See <http://lists.gnu.org/archive/html/bug-gnulib/2011-07/msg00209.html>. * m4/stdnoreturn.m4, modules/stdnoreturn, modules/stdnoreturn-tests: * tests/test-stdnoreturn.c: Remove files. * MODULES.html.sh (_Noreturn <stdnoreturn.h>): Remove section. * lib/openat.h, lib/sigpipe-die.h, lib/xalloc.h, lib/xmemdup0.h: * lib/xstrtol.h: Use _Noreturn rather than including <stdnoreturn.h> and using noreturn. * modules/openat, modules/sigpipe-die, modules/xalloc: * modules/xmemdup0, modules/xstrtol: Remove dependency on stdnoreturn.
24 lines
243 B
Plaintext
24 lines
243 B
Plaintext
Description:
|
|
Copy a block of arbitrary bytes, and append a trailing NUL.
|
|
|
|
Files:
|
|
lib/xmemdup0.h
|
|
lib/xmemdup0.c
|
|
|
|
Depends-on:
|
|
xalloc
|
|
|
|
configure.ac:
|
|
AC_LIBOBJ([xmemdup0])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"xmemdup0.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|