update from texinfo
[gnulib.git] / lib / xmemdup0.h
index fe083b7..278f625 100644 (file)
@@ -1,6 +1,6 @@
 /* xmemdup0.h -- copy a block of arbitrary bytes, plus a trailing NUL
 
-   Copyright (C) 2008-2011 Free Software Foundation, Inc.
+   Copyright (C) 2008-2014 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -19,7 +19,6 @@
 # define XMEMDUP_H_
 
 # include <stddef.h>
-# include <stdnoreturn.h>
 
 
 # ifdef __cplusplus
@@ -31,7 +30,7 @@ extern "C" {
    or by using gnulib's xalloc-die module.  This is the
    function to call when one wants the program to die because of a
    memory allocation failure.  */
-extern noreturn void xalloc_die (void);
+extern _Noreturn void xalloc_die (void);
 
 char *xmemdup0 (void const *p, size_t s);