This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[hurd,commited 0/2] hurd: Implement getentropy/getrandom


Andrew Eggenberger (1):
  hurd: add getrandom and getentropy implementations

Samuel Thibault (1):
  hurd: Implement __close_nocancel_nostatus

 sysdeps/mach/hurd/getentropy.c | 64 ++++++++++++++++++++++++++++++++++
 sysdeps/mach/hurd/getrandom.c  | 43 +++++++++++++++++++++++
 sysdeps/mach/hurd/not-cancel.h | 62 ++++++++++++++++++++++++++++++++
 3 files changed, 169 insertions(+)
 create mode 100644 sysdeps/mach/hurd/getentropy.c
 create mode 100644 sysdeps/mach/hurd/getrandom.c
 create mode 100644 sysdeps/mach/hurd/not-cancel.h

-- 
2.24.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]