Changeset 1947 for Whitix/trunk/user/libc/include/errno.h
- Timestamp:
- 02/25/09 21:46:13 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/libc/include/errno.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/libc/include/errno.h
r1668 r1947 71 71 #define ENODEV 59 72 72 73 int* errnoLocation( );73 int* errnoLocation(void); 74 74 #define errno *errnoLocation() 75 75
