| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh-0.6/c fd-io.h,1.1.1.1,1.2 |
| From: | Martin Gasbichler <mainzelm@users.sourceforge.net> |
| Date: | Fri, 23 Mar 2001 02:59:09 -0800 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh-0.6/c
In directory usw-pr-cvs1:/tmp/cvs-serv28215/c
Modified Files:
fd-io.h
Log Message:
Adapted some of Richard's changes for char-ready? and output-port-ready?.
Index: fd-io.h
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/c/fd-io.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** fd-io.h 1999/09/14 12:44:53 1.1.1.1
--- fd-io.h 2001/03/23 10:59:06 1.2
***************
*** 8,11 ****
--- 8,13 ----
extern int ps_close_fd(long fd_as_long);
+ extern bool ps_check_fd(long fd_as_long, bool is_read, long *status);
+
extern long ps_read_fd(long fd_as_long, char *buf_as_long, long max, bool
waitp,
bool *eofp, bool *pending, long *status);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh-0.6/c/unix fd-io.c,1.1.1.1,1.2, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/scheme interfaces.scm,1.11,1.12 packages.scm,1.2,1.3 rts-packages.scm,1.3,1.4, Martin Gasbichler |
| Previous by Thread: | [Scsh-checkins] CVS: scsh-0.6/c/unix fd-io.c,1.1.1.1,1.2, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/scheme interfaces.scm,1.11,1.12 packages.scm,1.2,1.3 rts-packages.scm,1.3,1.4, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |