summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-01 15:31:09 -0700
committerUlrich Drepper <drepper@redhat.com>2009-09-01 15:31:09 -0700
commit5182cbc5ab6e2bc294e14dae22fb3a8553713a41 (patch)
tree2b23e5c645ee34bf984661c7f5a77555e73b2352 /include/stdio.h
parent240441038f2d2b1a32d4239270c7f76531a484f3 (diff)
Add hidden alias for fflush.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index a8aab92aef..444aa39006 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -148,6 +148,7 @@ libc_hidden_proto (fileno)
libc_hidden_proto (fwrite)
libc_hidden_proto (fseek)
libc_hidden_proto (ftello)
+libc_hidden_proto (fflush)
libc_hidden_proto (fflush_unlocked)
libc_hidden_proto (fread_unlocked)
libc_hidden_proto (fwrite_unlocked)