diff options
| author | kleink <kleink@NetBSD.org> | 2001-07-18 10:18:21 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2001-07-18 10:18:21 +0000 |
| commit | 5b5aa6f77e232f4005294ab5ef4aefa5876c8d53 (patch) | |
| tree | 552432caa838eb5ecfacb80a5aed5f0740e71e9a /include | |
| parent | fc35f336c78a6e5390efc174239db1d79a30050a (diff) | |
Avoid trad. cpp recursion in intptr_t definition.
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 059e4fafa68..987106b86fc 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.86 2000/12/18 21:22:00 christos Exp $ */ +/* $NetBSD: unistd.h,v 1.87 2001/07/18 10:18:21 kleink Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -230,7 +230,7 @@ pid_t getsid __P((pid_t)); (_XOPEN_SOURCE - 0) >= 500 #ifndef intptr_t typedef __intptr_t intptr_t; -#define intptr_t intptr_t +#define intptr_t __intptr_t #endif #define F_ULOCK 0 |
