X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fopen.c;h=a0c43eadf9745f686ec74231e8379715fa504080;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=8dc36ef1e48100796a6b3a4521c636b2a800df61;hpb=6563cd7648f78ce137eb66d4a9a77f9f1666d17f;p=gnulib.git diff --git a/lib/open.c b/lib/open.c index 8dc36ef1e..a0c43eadf 100644 --- a/lib/open.c +++ b/lib/open.c @@ -1,5 +1,5 @@ /* Open a descriptor to a file. - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ #include #undef __need_system_fcntl_h -static inline int +static int orig_open (const char *filename, int flags, mode_t mode) { return open (filename, flags, mode);