Changeset 15009
- Timestamp:
- Oct 3, 2011, 11:38:18 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/linux-files.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/linux-files.lisp
r14656 r15009 1514 1514 (when (zerop (car (external-process-token proc))) 1515 1515 t)))))) 1516 1517 1518 1519 1520 1521 (defun external-process-error-stream (proc)1522 "Return the stream which is used to read error output from a given OS1523 subprocess, if it has one."1524 (require-type proc 'external-process)1525 (external-process-error proc))1526 1527 1528 1516 1529 1517 (defun signal-external-process (proc signal) … … 1944 1932 (external-process-output proc)) 1945 1933 1934 (defun external-process-error-stream (proc) 1935 "Return the stream which is used to read error output from a given OS 1936 subprocess, if it has one." 1937 (require-type proc 'external-process) 1938 (external-process-error proc)) 1946 1939 1947 1940 (defun external-process-id (proc)
Note:
See TracChangeset
for help on using the changeset viewer.
