aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/timer_create.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-31 07:50:12 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-31 07:50:12 +0000
commit49b650430eb51350cc96adf7dd621560eb40af04 (patch)
treea92d6034074c3d710e835d64088beb65c38216e1 /nptl/sysdeps/pthread/timer_create.c
parent5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c (diff)
downloadglibc-49b650430eb51350cc96adf7dd621560eb40af04.tar
glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.gz
glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.bz2
glibc-49b650430eb51350cc96adf7dd621560eb40af04.zip
Update.
2003-05-31 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_file_open): Don't mark as inline. * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with attribute used.
Diffstat (limited to 'nptl/sysdeps/pthread/timer_create.c')
-rw-r--r--nptl/sysdeps/pthread/timer_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/timer_create.c b/nptl/sysdeps/pthread/timer_create.c
index 795f94c7d2..4ee0966f4e 100644
--- a/nptl/sysdeps/pthread/timer_create.c
+++ b/nptl/sysdeps/pthread/timer_create.c
@@ -81,7 +81,7 @@ timer_create (clock_id, evp, timerid)
{
newtimer->event.sigev_notify = SIGEV_SIGNAL;
newtimer->event.sigev_signo = SIGALRM;
- newtimer->event.sigev_value.sival_int = timer_ptr2id (newtimer);
+ newtimer->event.sigev_value.sival_ptr = timer_ptr2id (newtimer);
newtimer->event.sigev_notify_function = 0;
}