genode/repos/libports/src
Christian Helmuth e708bbe2c6 libc: do not zero errno on success in vfs plugin
The manpage to errno tells the following story:

The <errno.h> header file defines the integer variable errno, which is
set by system calls and some library functions in the event of an error
to indicate what went wrong. Its value is significant only when the
return value of the call indicated an error (i.e., -1 from most system
calls; -1 or NULL from most library functions); a function that
succeeds is allowed to change errno.

Valid error numbers are all nonzero; errno is never set to zero by any
system call or library function.
2014-11-12 14:44:16 +01:00
..
app Qt5: migrate to new ports mechanism 2014-08-22 16:16:40 +02:00
drivers/framebuffer/vesa VESA driver: typo fix 2014-10-10 13:02:32 +02:00
lib libc: do not zero errno on success in vfs plugin 2014-11-12 14:44:16 +01:00
server libports: migrate to new ports mechanism 2014-05-27 11:14:42 +02:00
test base: Genode's dynamic linker 2014-11-12 14:44:15 +01:00