mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Define F_SETPIPE_SZ and F_GETPIPE_SZ for M68K.
This commit is contained in:
parent
3680f14a7d
commit
71feaf7206
@ -1,3 +1,8 @@
|
|||||||
|
2010-06-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETPIPE_SZ,
|
||||||
|
F_GETPIPE_SZ): Define.
|
||||||
|
|
||||||
2010-06-13 Andreas Schwab <schwab@linux-m68k.org>
|
2010-06-13 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Mark all functions as
|
* sysdeps/m68k/m680x0/fpu/bits/mathinline.h: Mark all functions as
|
||||||
|
@ -101,6 +101,8 @@
|
|||||||
# define F_SETLEASE 1024 /* Set a lease. */
|
# define F_SETLEASE 1024 /* Set a lease. */
|
||||||
# define F_GETLEASE 1025 /* Enquire what lease is active. */
|
# define F_GETLEASE 1025 /* Enquire what lease is active. */
|
||||||
# define F_NOTIFY 1026 /* Request notfications on a directory. */
|
# define F_NOTIFY 1026 /* Request notfications on a directory. */
|
||||||
|
# define F_SETPIPE_SZ 1031 /* Set pipe page size array. */
|
||||||
|
# define F_GETPIPE_SZ 1032 /* Set pipe page size array. */
|
||||||
#endif
|
#endif
|
||||||
#ifdef __USE_XOPEN2K8
|
#ifdef __USE_XOPEN2K8
|
||||||
# define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
|
# define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
|
||||||
|
Loading…
Reference in New Issue
Block a user