diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-04 19:25:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-04 19:25:38 +0000 |
commit | 2d7ae2107d3713981a66011ec62d094e32ec46fb (patch) | |
tree | 0446bffdf7488f7d4df9354d993c2206b896fa7d /libidn/stringprep.h | |
parent | ce118ec6f3f1dbca08e03d25492f71974e125251 (diff) | |
download | glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.tar.gz glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.tar.xz glibc-2d7ae2107d3713981a66011ec62d094e32ec46fb.zip |
Update.
* sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention rt-sysdep. * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
Diffstat (limited to 'libidn/stringprep.h')
-rw-r--r-- | libidn/stringprep.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libidn/stringprep.h b/libidn/stringprep.h index 5f504e8e81..dcc30b3d46 100644 --- a/libidn/stringprep.h +++ b/libidn/stringprep.h @@ -1,5 +1,5 @@ /* stringprep.h Header file for stringprep functions. -*- c -*- - * Copyright (C) 2002, 2003 Simon Josefsson + * Copyright (C) 2002, 2003, 2004 Simon Josefsson * * This file is part of GNU Libidn. * @@ -29,13 +29,9 @@ extern "C" #include <stddef.h> /* size_t */ #include <unistd.h> /* ssize_t */ -#ifdef _LIBC -# include <stdint.h> -#else -# include <idn-int.h> /* uint32_t */ -#endif +#include <stdint.h> /* uint32_t */ -#define STRINGPREP_VERSION "0.4.1" +#define STRINGPREP_VERSION "0.4.3" /* Error codes. */ typedef enum |