summaryrefslogtreecommitdiff
path: root/modules/fpending
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-08 19:25:52 +0000
committerJim Meyering <jim@meyering.net>2007-09-08 19:25:52 +0000
commit3d9dacd0b6e872d8caa7fd2c757767b3288d80c3 (patch)
tree52667df30670c3be488f461312db8d0faffee097 /modules/fpending
parentff15434cd0ba17d9a0855f2dce207af91ac8f320 (diff)
downloadgnulib-3d9dacd0b6e872d8caa7fd2c757767b3288d80c3.tar.gz
Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
* lib/fpending.h: Rename from __fpending.h. * lib/fpending.c: Rename from __fpending.c. Include "fpending.h", not "__fpending.h". * lib/__fpending.h, lib/__fpending.c: Remove files. * modules/fpending (Files): Reflect new file names. * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
Diffstat (limited to 'modules/fpending')
-rw-r--r--modules/fpending6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/fpending b/modules/fpending
index abdcadaf46..6b67cc3fa0 100644
--- a/modules/fpending
+++ b/modules/fpending
@@ -2,8 +2,8 @@ Description:
Determine the number of bytes waiting in the output buffer of a stream.
Files:
-lib/__fpending.h
-lib/__fpending.c
+lib/fpending.h
+lib/fpending.c
m4/fpending.m4
Depends-on:
@@ -14,7 +14,7 @@ gl_FUNC_FPENDING
Makefile.am:
Include:
-"__fpending.h"
+"fpending.h"
License:
GPL