diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-10 01:45:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-10 01:45:08 +0000 |
commit | c4adefbd065f2d73b1fd88fbc688c380dac158e5 (patch) | |
tree | 0660e895e2da9be4369a3ce6145d762ea8a4f3c5 /posix | |
parent | f07f72f3f81ec8e68139b8bf3892b02379c48271 (diff) | |
download | glibc-c4adefbd065f2d73b1fd88fbc688c380dac158e5.tar glibc-c4adefbd065f2d73b1fd88fbc688c380dac158e5.tar.gz glibc-c4adefbd065f2d73b1fd88fbc688c380dac158e5.tar.bz2 glibc-c4adefbd065f2d73b1fd88fbc688c380dac158e5.zip |
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sched.h b/posix/sched.h index c9a0840f7f..e95c80f562 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -103,7 +103,7 @@ extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW; # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count) # define CPU_ALLOC(count) __CPU_ALLOC (count) -# define CPU_FREE(count) __CPU_FREE (count) +# define CPU_FREE(cpuset) __CPU_FREE (cpuset) /* Set the CPU affinity for a task */ |