47
53
/* lstat works differently on Linux and Solaris systems. POSIX (see
50
56
when FILE is a symbolic link. On Linux and Solaris 10 systems, the
51
57
lstat function already has the desired semantics (in treating
52
`lstat ("symlink/", sbuf)' just like `lstat ("symlink/.", sbuf)',
58
'lstat ("symlink/", sbuf)' just like 'lstat ("symlink/.", sbuf)',
53
59
but on Solaris 9 and earlier it does not.
55
61
If FILE has a trailing slash and specifies a symbolic link,