From ce96c93de5d57d917d300c4c80ed8ffc9141a874 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 Feb 2003 19:15:14 +0000 Subject: Update. 2002-11-24 Robert Love * posix/sched.h: Second parameter of sched_setaffinity and sched_getaffinity is `unsigned int', not `unsigned long'. * sysdeps/generic/sched_setaffinity.c: Likewise. * sysdeps/generic/sched_getaffinity.c: Likewise. Reported by John Levon . --- bits/confname.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bits') diff --git a/bits/confname.h b/bits/confname.h index ba8868af49..6cb5b3f7fb 100644 --- a/bits/confname.h +++ b/bits/confname.h @@ -1,5 +1,5 @@ /* `sysconf', `pathconf', and `confstr' NAME values. Generic version. - Copyright (C) 1993, 1995-1998, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1993,1995-1998,2000,2001,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -474,7 +474,7 @@ enum # if (defined __USE_FILE_OFFSET64 || defined __USE_LARGEFILE64 \ || defined __USE_LARGEFILE) _CS_LFS_CFLAGS = 1000, -# define _CS_LFS_CFLAGS _CS_LFS_CFLAGS +# define _CS_LFS_CFLAGS _CS_LFS_CFLAGS _CS_LFS_LDFLAGS, # define _CS_LFS_LDFLAGS _CS_LFS_LDFLAGS _CS_LFS_LIBS, @@ -486,7 +486,7 @@ enum _CS_LFS64_LDFLAGS, # define _CS_LFS64_LDFLAGS _CS_LFS64_LDFLAGS _CS_LFS64_LIBS, -# define _CS_LFS64_LIBS _CS_LFS64_LIBS +# define _CS_LFS64_LIBS _CS_LFS64_LIBS _CS_LFS64_LINTFLAGS, # define _CS_LFS64_LINTFLAGS _CS_LFS64_LINTFLAGS # endif -- cgit v1.2.3