~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2000-2003 MySQL AB
 
1
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
   This program is free software; you can redistribute it and/or modify
4
4
   it under the terms of the GNU General Public License as published by
664
664
extern void wait_for_free_space(const char *filename, int errors);
665
665
extern FILE *my_fopen(const char *FileName,int Flags,myf MyFlags);
666
666
extern FILE *my_fdopen(File Filedes,const char *name, int Flags,myf MyFlags);
 
667
extern FILE *my_freopen(const char *path, const char *mode, FILE *stream);
667
668
extern int my_fclose(FILE *fd,myf MyFlags);
668
669
extern int my_chsize(File fd,my_off_t newlength, int filler, myf MyFlags);
669
670
extern int my_sync(File fd, myf my_flags);