Define F_OWNER_PGRP for ARM.
This commit is contained in:
parent
3a2e1f4e6a
commit
bc97817ff6
@ -1,3 +1,8 @@
|
|||||||
|
2009-11-19 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Introduce new symbol
|
||||||
|
F_OWNER_PGRP and mark F_OWNER_GID obsolete.
|
||||||
|
|
||||||
2009-11-19 Joseph Myers <joseph@codesourcery.com>
|
2009-11-19 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PSELECT,
|
* sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_PSELECT,
|
||||||
|
@ -172,9 +172,10 @@ struct flock64
|
|||||||
/* Owner types. */
|
/* Owner types. */
|
||||||
enum __pid_type
|
enum __pid_type
|
||||||
{
|
{
|
||||||
F_OWNER_TID = 0, /* Kernel thread. */
|
F_OWNER_TID = 0, /* Kernel thread. */
|
||||||
F_OWNER_PID, /* Process. */
|
F_OWNER_PID, /* Process. */
|
||||||
F_OWNER_GID /* Process group. */
|
F_OWNER_PGRP, /* Process group. */
|
||||||
|
F_OWNER_GID = F_OWNER_PGRP /* Alternative, obsolete name. */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
|
/* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user