OSDN Git Service

2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Wed, 20 Jun 2007 21:41:33 +0000 (21:41 +0000)
committerjjohnstn <jjohnstn>
Wed, 20 Jun 2007 21:41:33 +0000 (21:41 +0000)
commite9b6e3414ab896d117c01a69041219b57b864023
tree8a0300cdcdcf6f04f58c30a5aee29db0bc241aee
parentf54ccfad4f1abeb1fa62195694b580855ead74bd
2007-06-20  Patrick Mansfield  <patmans@us.ibm.com>

        * spu/jsre.h: Add JSRE_LSTAT.
        * spu/lstat.c: New file add lstat support via an assist call.
        * spu/conv_stat.c: New file, add common stat conversion code.
        * spu/fstat.c: Use __conv_stat.
        * spu/stat.c: Use __conv_stat.
        * spu/Makefile.in: Add conv_stat.o and lstat.o.
libgloss/ChangeLog
libgloss/spu/Makefile.in
libgloss/spu/conv_stat.c [new file with mode: 0644]
libgloss/spu/fstat.c
libgloss/spu/jsre.h
libgloss/spu/lstat.c [new file with mode: 0644]
libgloss/spu/stat.c