Mercurial > hg > octave-shane > gnulib-hg
annotate modules/bcopy @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | 5468a25547c8 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Old BSD bcopy() function: copy memory area. |
4110 | 3 |
4 Files: | |
5 lib/bcopy.c | |
6 | |
7 Depends-on: | |
10670
5468a25547c8
Specify include file for bcopy().
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
8 strings |
4110 | 9 |
10 configure.ac: | |
11 AC_REPLACE_FUNCS(bcopy) | |
12 | |
13 Makefile.am: | |
14 | |
15 Include: | |
10670
5468a25547c8
Specify include file for bcopy().
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
16 <strings.h> |
4110 | 17 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
18 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
19 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 |
4197 | 21 Maintainer: |
22 |