]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/types/linux/linux.factor
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
[factor.git] / basis / unix / types / linux / linux.factor
index a3dddfc93e01e3cc3cfc58ec64e93862ae84f94f..54307365bece79216300ec2688c148a9691d8878 100644 (file)
@@ -32,4 +32,4 @@ TYPEDEF: ulonglong __fsfilcnt64_t
 TYPEDEF: ulonglong ino64_t
 TYPEDEF: ulonglong off64_t
 
-ALIAS: <time_t> <long>
\ No newline at end of file
+: <time_t> ( n -- long ) long <ref> ;