bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64


From: Samuel Thibault
Subject: Re: [PATCH] hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64
Date: Sun, 8 Feb 2015 03:27:41 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Roland McGrath, le Sat 07 Feb 2015 18:20:31 -0800, a écrit :
> > +# define   F_GETLK         7       /* Get record locking info.  */
> > +# define   F_SETLK         8       /* Set record locking info 
> > (non-blocking).  */
> > +# define   F_SETLKW        9       /* Set record locking info (blocking).  
> > */
> > +#endif
> > +#define    F_GETLK64       10      /* Get record locking info.  */
> > +#define    F_SETLK64       11      /* Set record locking info 
> > (non-blocking).  */
> > +#define    F_SETLKW64      12      /* Set record locking info (blocking).  
> > */
> 
> Do these values match up with any other system's values?

No: BSD has only 64 variants, and Linux values don't match ours.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]