Changeset 36df27eb in mainline for uspace/lib
- Timestamp:
- 2018-01-13T03:18:18Z (8 years ago)
- Parents:
- a53ed3a (diff), 08d4ea2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-13 03:18:18)
- git-committer:
- GitHub <noreply@…> (2018-01-13 03:18:18)
- Location:
- uspace/lib
- Files:
-
- 3 edited
-
c/generic/vfs/vfs.c (modified) (1 diff)
-
c/include/stdlib.h (modified) (1 diff)
-
drv/generic/driver.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
ra53ed3a r36df27eb 1279 1279 async_wait_for(req, &rc_orig); 1280 1280 1281 // XXX: Workaround for GCC diagnostics. 1282 *handle = -1; 1283 1281 1284 if (rc_orig != EOK) 1282 1285 return (errno_t) rc_orig; -
uspace/lib/c/include/stdlib.h
ra53ed3a r36df27eb 51 51 extern void exit(int) __attribute__((noreturn)); 52 52 53 #define EXIT_SUCCESS 0 54 #define EXIT_FAILURE -1 55 53 56 #endif 54 57 -
uspace/lib/drv/generic/driver.c
ra53ed3a r36df27eb 1009 1009 1010 1010 /* Never reached. */ 1011 return EOK;1011 return 0; 1012 1012 } 1013 1013
Note:
See TracChangeset
for help on using the changeset viewer.
