projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
319408e
)
(__ctype_get_mb_cur_max): Correct return type to size_t.
author
drepper
<drepper>
Fri, 29 Jan 1999 08:53:20 +0000
(08:53 +0000)
committer
drepper
<drepper>
Fri, 29 Jan 1999 08:53:20 +0000
(08:53 +0000)
stdlib/stdlib.h
patch
|
blob
|
history
diff --git
a/stdlib/stdlib.h
b/stdlib/stdlib.h
index
355c649
..
3b9539e
100644
(file)
--- a/
stdlib/stdlib.h
+++ b/
stdlib/stdlib.h
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,93,94,95,96,97,98
,99
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-73,7
+73,7
@@
__extension__ typedef struct
/* Maximum length of a multibyte character in the current locale. */
#define MB_CUR_MAX (__ctype_get_mb_cur_max ())
/* Maximum length of a multibyte character in the current locale. */
#define MB_CUR_MAX (__ctype_get_mb_cur_max ())
-extern
in
t __ctype_get_mb_cur_max __P ((void));
+extern
size_
t __ctype_get_mb_cur_max __P ((void));
/* Convert a string to a floating-point number. */
/* Convert a string to a floating-point number. */