about summary refs log tree commit diff
path: root/sysdeps/generic/schedbits.h
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-13 06:22:21 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-13 06:22:21 +0000
commit757dc096f3e4ef5c4a0305b702835293b0325af1 (patch)
treea3deb22cd02636610703127667965d08689cdf7c /sysdeps/generic/schedbits.h
parent39a0b056676c206b077a8cb9fb18fbe2d66bcc62 (diff)
downloadglibc-757dc096f3e4ef5c4a0305b702835293b0325af1.tar.gz
glibc-757dc096f3e4ef5c4a0305b702835293b0325af1.tar.xz
glibc-757dc096f3e4ef5c4a0305b702835293b0325af1.zip
*** empty log message *** cvs/libc-960913
	* sysdeps/mach/Makefile (includes): Add -I$(common-objpfx)mach/.
	* sysdeps/mach/hurd/Makefile (includes): Add
	-I$(common-objpfx)hurd/.  Reported by Marcus Daniels.
Diffstat (limited to 'sysdeps/generic/schedbits.h')
-rw-r--r--sysdeps/generic/schedbits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/schedbits.h b/sysdeps/generic/schedbits.h
index 21ea377995..e2cb00e842 100644
--- a/sysdeps/generic/schedbits.h
+++ b/sysdeps/generic/schedbits.h
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #define SCHED_RR	2
 
 /* Data structure to describe a process' schedulability.  */
-struct sched_params
+struct sched_param
 {
   int sched_priority;
 };