diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-08-16 09:02:40 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-08-16 09:02:40 +0000 |
commit | f4cb0372c88ba6d2f53b729469221ae60069e8dc (patch) | |
tree | e7b1bf647d17099ea02caeb4989fa137f7b3132f /libc/sysdeps/linux | |
parent | 7a0a0df2f2c9d4ddd6b6543498588a45c19afa6e (diff) |
whitespace
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/errno.h b/libc/sysdeps/linux/common/bits/errno.h index 6157d6948..44810f90b 100644 --- a/libc/sysdeps/linux/common/bits/errno.h +++ b/libc/sysdeps/linux/common/bits/errno.h @@ -32,6 +32,7 @@ # define ECANCELED 125 # ifndef __ASSEMBLER__ + /* We now need a declaration of the `errno' variable. */ extern int errno; |