Add my recent API additions.
This commit is contained in:
parent
ba6d13258d
commit
04243e461d
@ -34,6 +34,8 @@ What's new:
|
|||||||
|
|
||||||
- Scheduling: pthread_setschedprio.
|
- Scheduling: pthread_setschedprio.
|
||||||
|
|
||||||
|
- Signalling: pthread_sigqueue.
|
||||||
|
|
||||||
- Add /proc/devices, /proc/misc, /proc/sysvipc, /proc/swaps.
|
- Add /proc/devices, /proc/misc, /proc/sysvipc, /proc/swaps.
|
||||||
|
|
||||||
- Make various system functions thread cancelation points per POSIX.
|
- Make various system functions thread cancelation points per POSIX.
|
||||||
@ -50,7 +52,8 @@ What's new:
|
|||||||
error_message_count, error_one_per_line, error_print_progname.
|
error_message_count, error_one_per_line, error_print_progname.
|
||||||
|
|
||||||
- Other new API: clock_getcpuclockid, clock_nanosleep, clock_settime, __fpurge,
|
- Other new API: clock_getcpuclockid, clock_nanosleep, clock_settime, __fpurge,
|
||||||
getgrouplist, ppoll, psiginfo, psignal, ptsname_r, sys_siglist, sysinfo.
|
get_current_dir_name, getgrouplist, getpt, ppoll, psiginfo, psignal,
|
||||||
|
ptsname_r, sys_siglist, sysinfo.
|
||||||
|
|
||||||
- cygwin_conv_path_list finally supports CCP_WIN_W_TO_POSIX and
|
- cygwin_conv_path_list finally supports CCP_WIN_W_TO_POSIX and
|
||||||
CCP_POSIX_TO_WIN_W conversions.
|
CCP_POSIX_TO_WIN_W conversions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user