summaryrefslogtreecommitdiff
path: root/src/librandom
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-07-16 11:19:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-07-16 11:19:51 +0000
commit16013c560e189bd0c4fb58e038c0f449542dba7a (patch)
treeb9d2777f2e5a8108b684839f04310ffd0de82179 /src/librandom
parent538fd727337959b1d7b8449a578a31fd9a9c62b4 (diff)
downloadskalibs-16013c560e189bd0c4fb58e038c0f449542dba7a.tar.xz
Add egidingroups sysdeps, change fd_close() to void and saving errno, propagate changes
Diffstat (limited to 'src/librandom')
-rw-r--r--src/librandom/random_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librandom/random_init.c b/src/librandom/random_init.c
index cf7ef32..e780cfa 100644
--- a/src/librandom/random_init.c
+++ b/src/librandom/random_init.c
@@ -62,9 +62,7 @@ int random_init ()
if (fd < 0) return 0 ;
if (coe(fd) < 0)
{
- int e = errno ;
fd_close(fd) ;
- errno = e ;
return 0 ;
}
random_fd = fd ;