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

Samuel Thibault samuel.thibault@gnu.org
Sun Feb 8 02:27:00 GMT 2015


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



More information about the Libc-alpha mailing list