diff options
| author | Jim Meyering <jim@meyering.net> | 2000-08-26 12:04:13 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-08-26 12:04:13 +0000 |
| commit | 15da58e94002280f44c884f60ecf7c0f9d2ef10c (patch) | |
| tree | 803023d82eacdcea8a706667b2c7f58a0a102f8b /lib/__fpending.h | |
| parent | (noinst_HEADERS): Add __fpending.h. (diff) | |
| download | coreutils-15da58e94002280f44c884f60ecf7c0f9d2ef10c.tar.gz coreutils-15da58e94002280f44c884f60ecf7c0f9d2ef10c.zip | |
*** empty log message ***
Diffstat (limited to 'lib/__fpending.h')
| -rw-r--r-- | lib/__fpending.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/__fpending.h b/lib/__fpending.h new file mode 100644 index 000000000..01614ab04 --- /dev/null +++ b/lib/__fpending.h @@ -0,0 +1,8 @@ +#if HAVE_CONFIG_H +# include <config.h> +#endif + +#include <stdio.h> +#include <sys/types.h> + +size_t __fpending (FILE *); |
