Removing obsolete _MINIX define

Change-Id: Id33ac7e973d1c0e249b690fe44a597474fac6076
This commit is contained in:
2013-02-25 12:43:15 +01:00
parent f360500351
commit 8e4736f2df
102 changed files with 122 additions and 239 deletions

View File

@@ -54,10 +54,10 @@ struct sigcontext {
#define sc_sp sc_regs.sp
#define sc_ss sc_regs.ss
#ifdef _MINIX
#if defined(__minix) && defined(_NETBSD_SOURCE)
__BEGIN_DECLS
int sigreturn(struct sigcontext *_scp);
__END_DECLS
#endif /* _MINIX */
#endif /* defined(__minix) && defined(_NETBSD_SOURCE) */
#endif /* !_I386_SIGNAL_H_ */