retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID

This commit is contained in:
Ben Gras
2012-03-25 21:58:20 +02:00
parent 7336a67dfe
commit db242ed39d
27 changed files with 110 additions and 131 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ __weak_alias(pathconf, _pathconf)
#endif
long pathconf(path, name)
_CONST char *path; /* name of file being interrogated */
const char *path; /* name of file being interrogated */
int name; /* property being inspected */
{
/* POSIX allows some of the values in <limits.h> to be increased at