Changeset 3271 in kBuild
- Timestamp:
- Jan 4, 2019 12:34:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.c
r3260 r3271 778 778 if (fcntl (sync_handle, F_SETLKW, &fl) != -1) 779 779 return &fl; 780 #ifdef KBUILD_OS_DARWIN /* F_SETLKW isn't supported on pipes */ 781 if (errno != EBADF) 782 #endif 780 783 perror ("fcntl()"); 781 784 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.