SCM Repository
[smlnj] / sml / branches / rt-transition / system / Basis / Implementation / OS / os-filesys.sml |
Diff of /sml/branches/rt-transition/system/Basis/Implementation/OS/os-filesys.sml
Parent Directory
|
Revision Log
|
Patch
revision 2982, Sat Apr 12 16:08:19 2008 UTC | revision 2983, Sat Apr 12 16:26:30 2008 UTC | |
---|---|---|
# | Line 15 | Line 15 |
15 | ||
16 | val sysWordToWord = Word.fromLargeWord o SysWord.toLargeWord | val sysWordToWord = Word.fromLargeWord o SysWord.toLargeWord |
17 | ||
18 | (* should be finalized *) | (* FIXME: should be finalized *) |
19 | datatype dirstream = DIRSTREAM of SMLBasis.ML_directory_t | datatype dirstream = DIRSTREAM of SMLBasis.ML_directory_t |
20 | fun mkDirstream d = DIRSTREAM d | fun mkDirstream d = DIRSTREAM d |
21 | fun unDirstream (DIRSTREAM d) = d | fun unDirstream (DIRSTREAM d) = d |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |