diff options
Diffstat (limited to 'gl/strdup.c')
-rw-r--r-- | gl/strdup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/strdup.c b/gl/strdup.c index 17d40d6..bebe5c8 100644 --- a/gl/strdup.c +++ b/gl/strdup.c | |||
@@ -1,11 +1,11 @@ | |||
1 | /* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free | 1 | /* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free |
2 | Software Foundation, Inc. | 2 | Software Foundation, Inc. |
3 | 3 | ||
4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
8 | the Free Software Foundation; either version 2, or (at your option) | 8 | the Free Software Foundation; either version 3, or (at your option) |
9 | any later version. | 9 | any later version. |
10 | 10 | ||
11 | This program is distributed in the hope that it will be useful, | 11 | This program is distributed in the hope that it will be useful, |
@@ -19,13 +19,13 @@ | |||
19 | 19 | ||
20 | #ifndef _LIBC | 20 | #ifndef _LIBC |
21 | # include <config.h> | 21 | # include <config.h> |
22 | /* Get specification. */ | ||
23 | # include "strdup.h" | ||
24 | #endif | 22 | #endif |
25 | 23 | ||
26 | #include <stdlib.h> | 24 | /* Get specification. */ |
27 | #include <string.h> | 25 | #include <string.h> |
28 | 26 | ||
27 | #include <stdlib.h> | ||
28 | |||
29 | #undef __strdup | 29 | #undef __strdup |
30 | #ifdef _LIBC | 30 | #ifdef _LIBC |
31 | # undef strdup | 31 | # undef strdup |