Changeset 14551
- Timestamp:
- Jan 3, 2011, 9:43:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/linux-files.lisp
r14523 r14551 1164 1164 (ecase direction 1165 1165 (:input 1166 (with-cstrs ((template "/tmp/lisp-tempXXXXXX")) 1166 (with-cstrs ((template #-android-target "/tmp/lisp-tempXXXXXX" 1167 #+android-target "/data/local/tmp/lisp-tempXXXXXX")) 1167 1168 (let* ((fd (#_mkstemp template))) 1168 1169 (if (< fd 0)
Note:
See TracChangeset
for help on using the changeset viewer.
