diff options
author | Andy Wingo <wingo@pobox.com> | 2010-11-18 11:15:16 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-11-18 11:15:16 +0100 |
commit | cd28785f799d76fc242224b032b67a31346cf539 (patch) | |
tree | 283475743fcbd5c3534b52adcfc541e0d9f9dd1f /libguile/posix.h | |
parent | e75184d5d2cddfc6feea40989e23c609b17a6053 (diff) | |
download | guile-cd28785f799d76fc242224b032b67a31346cf539.tar.gz |
deprecate cuserid
* libguile/posix.c:
* libguile/posix.h:
* libguile/deprecated.h:
* libguile/deprecated.c (scm_cuserid): Deprecate cuserid, as it only
returns 8 bytes of a user's login.
* doc/ref/posix.texi: Remove cuserid from docs.
Diffstat (limited to 'libguile/posix.h')
-rw-r--r-- | libguile/posix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/posix.h b/libguile/posix.h index ac774d33d..da588352a 100644 --- a/libguile/posix.h +++ b/libguile/posix.h @@ -83,7 +83,6 @@ SCM_API SCM scm_sync (void); SCM_API SCM scm_crypt (SCM key, SCM salt); SCM_API SCM scm_chroot (SCM path); SCM_API SCM scm_getlogin (void); -SCM_API SCM scm_cuserid (void); SCM_API SCM scm_getpriority (SCM which, SCM who); SCM_API SCM scm_setpriority (SCM which, SCM who, SCM prio); SCM_API SCM scm_getpass (SCM prompt); |