Commit bee8782
committed
os.h.in: correct fix for PATH_MAX is 0 definition
A previous commit was hard-coding PATH_MAX to a non-zero value. This is
not correct, as 0 would be expected on systems without a file system.
The correct solution is to include the <limits.h> header file that
defines this value.
Signed-off-by: Keith Holman <keith.holman@windriver.com>1 parent fccd918 commit bee8782
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments