X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ferrno.h;h=edb4a0e8779c5416c8790ccf21cbea54c5a27b76;hb=209954a4a295c7d53e89981c421e6789f124a391;hp=e945acf347886e05c37c5db6b889a5137f7dc31f;hpb=a17dee1a1c8b135377d40b2ca4dc56fb16fd4446;p=cc65 diff --git a/include/errno.h b/include/errno.h index e945acf34..edb4a0e87 100644 --- a/include/errno.h +++ b/include/errno.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2000 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2003 Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -70,7 +70,8 @@ extern int _errno; #define EINTR 12 /* Interrupted system call */ #define ENOSYS 13 /* Function not implemented */ #define ESPIPE 14 /* Illegal seek */ -#define EUNKNOWN 15 /* Unknown OS specific error */ +#define ERANGE 15 /* Range error */ +#define EUNKNOWN 16 /* Unknown OS specific error */