annotate m4/freadseek.m4 @ 17587:344018b6e5d7

maint: update copyright I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 01 Jan 2014 00:04:40 -0700
parents e542fd46ad6f
children ab58d4870664
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17185
dd46d4e6beea dup, execute, fatal-signal, etc.: no 'static inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 16916
diff changeset
1 # freadseek.m4 serial 2
17587
344018b6e5d7 maint: update copyright
Eric Blake <eblake@redhat.com>
parents: 17249
diff changeset
2 dnl Copyright (C) 2012-2014 Free Software Foundation, Inc.
16916
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FUNC_FREADSEEK],
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_CHECK_FUNCS_ONCE([__freadptrinc])
3d02d25fa13d stdioext: Add support for musl libc.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 ])