mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
10 lines
242 B
C
10 lines
242 B
C
|
/* Interfaces to control the various kernel daemons. */
|
||
|
|
||
|
#ifndef _SYS_KDAEMON_H
|
||
|
#define _SYS_KDAEMON_H
|
||
|
|
||
|
/* Start, flush, or tune the kernel's buffer flushing daemon. */
|
||
|
extern int bdflush (int func, long data);
|
||
|
|
||
|
#endif /* _SYS_KDAEMON_H */
|