This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]