mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Take advantage of newer gpg-error features.
This commit is contained in:
parent
9577dd45ab
commit
03d3322e5f
55 changed files with 297 additions and 260 deletions
|
@ -71,9 +71,7 @@
|
|||
static inline gpg_error_t
|
||||
out_of_core (void)
|
||||
{
|
||||
return gpg_error (errno
|
||||
? gpg_err_code_from_errno(errno)
|
||||
: GPG_ERR_MISSING_ERRNO);
|
||||
return gpg_error_from_syserror ();
|
||||
}
|
||||
|
||||
/* A type to hold the ISO time. Note that this this is the same as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue