summaryrefslogtreecommitdiff
path: root/modules/memrchr
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-03 20:38:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-03 20:38:14 +0000
commit018039820ee41e5d8a9a7352ae55bc3eb14bac3c (patch)
treed16709d2cafc3f948184834aca8eedc6eb511183 /modules/memrchr
parenta10e3d19c8c812a60794c247ff6940a04ed51bea (diff)
downloadgnulib-018039820ee41e5d8a9a7352ae55bc3eb14bac3c.tar.gz
* modules/chdir-long (Depends-on): Add memrchr.
* modules/memrchr (Files): Add lib/memrchr.h. (Include): "memrchr.h". * lib/memrchr.h: New file. * lib/chdir-long.c: Include it. * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h> Don't bother including stddef.h. * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
Diffstat (limited to 'modules/memrchr')
-rw-r--r--modules/memrchr3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/memrchr b/modules/memrchr
index eccad32aa5..618c389517 100644
--- a/modules/memrchr
+++ b/modules/memrchr
@@ -3,6 +3,7 @@ memrchr() function: scan memory for a byte, from the right end.
Files:
lib/memrchr.c
+lib/memrchr.h
m4/memrchr.m4
Depends-on:
@@ -13,10 +14,10 @@ gl_FUNC_MEMRCHR
Makefile.am:
Include:
+"memrchr.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc
-