Changes in uspace/lib/c/generic/errno.c [9d58539:9af1c61] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/errno.c
r9d58539 r9af1c61 36 36 #include <fibril.h> 37 37 38 static fibril_local int fibril_errno;38 static fibril_local errno_t fibril_errno; 39 39 40 int *__errno(void)40 errno_t *__errno(void) 41 41 { 42 42 return &fibril_errno;
Note:
See TracChangeset
for help on using the changeset viewer.