summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorsin2015-05-07 18:04:01 +0100
committersin2015-05-07 18:04:01 +0100
commit316a48653315b4bc36d8c50b542471b18441c9d5 (patch)
tree373d2fa273a2aaa7a4f8af510b21fc275b9fc00a /include/stdlib.h
parentc2bb9e106a32619726cfc5052a1509e96b90de9f (diff)
Minor style fix
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 6629652..0c4a7a6 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -23,7 +23,7 @@ char *realpath(const char *path, char *resolved)
23 23
24 if (resolved) { 24 if (resolved) {
25#ifndef PATH_MAX 25#ifndef PATH_MAX
26# error PATH_MAX unset. A fortified realpath will not work. 26#error PATH_MAX unset. A fortified realpath will not work.
27#else 27#else
28 bos = __builtin_object_size(resolved, 0); 28 bos = __builtin_object_size(resolved, 0);
29 if (PATH_MAX > bos) 29 if (PATH_MAX > bos)