System-call wrappers for glibc
System-call wrappers for glibc
Posted Sep 20, 2019 0:41 UTC (Fri) by quotemstr (subscriber, #45331)Parent article: System-call wrappers for glibc
Posted Sep 20, 2019 3:14 UTC (Fri)
by pj (subscriber, #4506)
[Link]
Posted Sep 20, 2019 6:05 UTC (Fri)
by NHO (subscriber, #104320)
[Link]
Posted Sep 20, 2019 6:31 UTC (Fri)
by epa (subscriber, #39769)
[Link] (2 responses)
Posted Sep 20, 2019 6:47 UTC (Fri)
by mfuzzey (subscriber, #57966)
[Link] (1 responses)
That may not be possible in every case for technical reasons but I think up to recently it was more of lack of communication between the kernel and glibc developers that caused most problems rather than specific technical issues.
Posted Sep 20, 2019 7:58 UTC (Fri)
by jani (subscriber, #74547)
[Link]
Details at https://www.kernel.org/doc/html/latest/gpu/drm-uapi.html#...
Posted Sep 20, 2019 17:58 UTC (Fri)
by fw (subscriber, #26023)
[Link]
Truly problematic are only system calls for which the intended implementation uses va_list in some way. The increased type safety may be worthwhile for separate functions, and it generally increases source portability once rarely used types change (e.g. file offsets with fcntl, times with futex). But that seems to be difficult to predict.
System-call wrappers for glibc
System-call wrappers for glibc
System-call wrappers for glibc
System-call wrappers for glibc
System-call wrappers for glibc
System-call wrappers for glibc
