* cygerrno.h (__reg3): Define.
* cygmalloc.h (__reg3): Ditto.
This commit is contained in:
parent
a526df1e20
commit
6d34849474
@ -1,3 +1,8 @@
|
|||||||
|
2013-01-21 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
|
* cygerrno.h (__reg3): Define.
|
||||||
|
* cygmalloc.h (__reg3): Ditto.
|
||||||
|
|
||||||
2013-01-21 Christopher Faylor <me.cygwin2013@cgf.cx>
|
2013-01-21 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* cygerrno.h: Conditionally define __regN for cygserver.
|
* cygerrno.h: Conditionally define __regN for cygserver.
|
||||||
|
@ -19,8 +19,8 @@ details. */
|
|||||||
#ifndef __reg2
|
#ifndef __reg2
|
||||||
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
||||||
#endif
|
#endif
|
||||||
#ifndef __reg2
|
#ifndef __reg3
|
||||||
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
# define __reg3 __stdcall __attribute__ ((regparm (3)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void __reg3 seterrno_from_win_error (const char *file, int line, DWORD code);
|
void __reg3 seterrno_from_win_error (const char *file, int line, DWORD code);
|
||||||
|
@ -17,8 +17,8 @@ extern "C" {
|
|||||||
#ifndef __reg2
|
#ifndef __reg2
|
||||||
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
||||||
#endif
|
#endif
|
||||||
#ifndef __reg2
|
#ifndef __reg3
|
||||||
# define __reg2 __stdcall __attribute__ ((regparm (2)))
|
# define __reg3 __stdcall __attribute__ ((regparm (3)))
|
||||||
#endif
|
#endif
|
||||||
void __reg1 dlfree (void *p);
|
void __reg1 dlfree (void *p);
|
||||||
void __reg1 *dlmalloc (unsigned size);
|
void __reg1 *dlmalloc (unsigned size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user