summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)