diff options
Diffstat (limited to 'bin/ls/ls.h')
-rw-r--r-- | bin/ls/ls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/ls.h b/bin/ls/ls.h index d4e5db6ad2196..4d12b22b2360b 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -38,6 +38,7 @@ extern long blocksize; /* block size units */ extern int f_accesstime; /* use time of last access */ +extern int f_birthtime; /* use time of file creation */ extern int f_flags; /* show flags associated with a file */ extern int f_humanval; /* show human-readable file sizes */ extern int f_label; /* show MAC label */ |