diff options
author | Andy Wingo <wingo@pobox.com> | 2011-12-06 13:50:05 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-12-06 18:01:45 +0100 |
commit | 92c0ebac90439a90b7acc33f3c44f5adf470d8c9 (patch) | |
tree | ef2750edb63da0f6df7622f3c94c8e595f1b7f06 /libguile/filesys.h | |
parent | ea0582c283c29e40f1eb1e85821a9c46bc386121 (diff) | |
download | guile-92c0ebac90439a90b7acc33f3c44f5adf470d8c9.tar.gz |
port locking refactor
* libguile/ports.h (struct scm_t_port): Make the lock into a pointer
field instead of an inline field. It should be possible to make
unlocked ports by having a NULL lock field.
(scm_c_lock_port, scm_c_try_lock_port): Return the mutex if the port
was actually locked.
(scm_c_unlock_port): Remove.
* libguile/ports.c (scm_c_make_port_with_encoding): For now, leave
`lock' set to 0.
Change scm_c_lock_port callers to pay attention to the new API.
* libguile/print.c (scm_write, scm_display): Fix call to
dynwind-lock-port for ports-with-print-states.
Diffstat (limited to 'libguile/filesys.h')
0 files changed, 0 insertions, 0 deletions