newlib/winsup/cygwin/include/sys
Corinna Vinschen 72c1491bba * cygwin.din: Export getpriority and setpriority.
* fork.cc (fork_parent): Copy parent's nice value into child.
	* spawn.cc (spawn_guts): Ditto.
	* miscfuncs.cc (winprio_to_nice): New function.
	(nice_to_winprio): Ditto.
	* pinfo.cc (pinfo_init): If parent is not a Cygwin process, set
	default nice value according to current Win32 priority class.
	* pinfo.h (class _pinfo): Add nice member.
	* syscalls.cc (setpriority): New function, only implementing
	PRIO_PROCESS for now.
	(getpriority): Ditto.
	(nice): Just call setpriority.
	* wincap.h (wincaps::has_extended_priority_class): New element.
	* wincap.cc: Implement above element throughout.
	* winsup.h: Add prototypes for winprio_to_nice and nice_to_winprio.
	* include/limits.h (NZERO): New define.
	* include/cygwin/types.h (id_t): New datatype.
	* include/cygwin/version.h: Bump API minor version.
	* include/sys/resource.h: Add PRIO_XXX defines and prototypes for
	getpriority and setpriority.
2005-01-25 22:45:11 +00:00
..
acl.h
cdefs.h
copying.dj
cygwin.h * init.cc (dll_entry): Remove unused extern. 2005-01-16 17:00:27 +00:00
dirent.h
file.h
ioctl.h
ipc.h
lock.h
mman.h
mount.h
msg.h
mtio.h
param.h
poll.h
procfs.h
queue.h
resource.h * cygwin.din: Export getpriority and setpriority. 2005-01-25 22:45:11 +00:00
select.h
sem.h
shm.h
smallprint.h
socket.h
soundcard.h
statfs.h
stdio.h
strace.h * include/sys/strace.h: Don't output paranoid_printf by default. 2004-12-10 16:25:35 +00:00
syslog.h
sysmacros.h
sysproto.h
termio.h
termios.h
ttychars.h
uio.h
un.h
utime.h
utmp.h * cygwin.din: Add utmpx symbols. 2004-12-15 17:29:01 +00:00
utsname.h
vfs.h
wait.h