Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31111
b: refs/heads/master
c: 4980082
h: refs/heads/master
i:
  31109: 2c0a828
  31107: 6591841
  31103: 6dc0bab
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jun 29, 2006
1 parent bf3f9bf commit ec33701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40154b824331cd9c81c06545761338f3d80a36e2
refs/heads/master: 4980082db1a8aa3ec45aa22cd4a10021955e22ed
4 changes: 1 addition & 3 deletions trunk/include/asm-s390/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,9 @@

#ifdef __KERNEL__

/* user-visible error numbers are in the range -1 - -122: see <asm-s390/errno.h> */

#define __syscall_return(type, res) \
do { \
if ((unsigned long)(res) >= (unsigned long)(-125)) { \
if ((unsigned long)(res) >= (unsigned long)(-4095)) {\
errno = -(res); \
res = -1; \
} \
Expand Down

0 comments on commit ec33701

Please sign in to comment.