]> git.sur5r.net Git - cc65/blob - libsrc/common/errno.s
Reintroduce a patch for a bug that has been lost between version 1.2 and 1.3
[cc65] / libsrc / common / errno.s
1 ;
2 ; Ullrich von Bassewitz, 06.06.1998
3 ;
4 ; int _errno;
5 ;
6
7         .export         __errno
8
9 .bss
10
11 __errno:
12         .word   0
13