From 0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 13 Dec 2011 13:32:56 +0000 Subject: Replace __const by const in all non-contributed source code. As C1X is close to being released, there is no need to wrap around a feature that is already part of C90. Most of these files already use `const' in different placed as well. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index c19eef0..58362dd 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -271,7 +271,7 @@ char *devname_r(__dev_t, __mode_t, char *, int); char *fdevname(int); char *fdevname_r(int, char *, int); int getloadavg(double [], int); -__const char * +const char * getprogname(void); int heapsort(void *, size_t, size_t, int (*)(const void *, const void *)); -- cgit v1.1