[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'struct flock' has no member named 'l_end'
From: |
Samuel Thibault |
Subject: |
Re: 'struct flock' has no member named 'l_end' |
Date: |
Thu, 9 Apr 2015 01:15:18 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Manolis Ragkousis, le Wed 08 Apr 2015 22:21:42 +0300, a écrit :
> in libpthread commit
> 8b48173fdc8f52a234ff9d3d1de5277c60d7eea4 the
> Makefile expects shm-directory.c to be present in
> sysdeps/generic/ but it is not.
>
> This file only exists in glibc 2.21 and is not yet
> implemented in our libpthread.
This is a 2.21 thing indeed. We'll just use the generic one, that's why
we don't need to implement our own.
So either we manage to make the addition libpthread-routines dependent
on the libc version, or we just move on to 2.21 :)
Samuel