* xm-i386mach.h: add decls for errno and strdup().

This commit is contained in:
Stu Grossman
1992-04-08 05:37:32 +00:00
parent fa128a27ab
commit 5661980309
2 changed files with 3 additions and 1 deletions

View File

@@ -45,3 +45,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* <errno.h> only defines this if __STDC__!!! */
extern int errno;
extern char *strdup();