This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: PATCH: return signed result of syscall for cris


While inspecting the file sysdeps.h I encountered a mismatch of the
comments and the code. The comments say that a return value from
-4095 to -1 indicates an error. However, the code tests the return
code to be greater or EQUAL than -4096. For the other archcitectures,
code and comments are in sync. So, I think this is another (minor)
bug.

Best regards, Uwe


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