Skip to content
Snippets Groups Projects
Commit 6d04c2ba authored by Andre Maroneze's avatar Andre Maroneze Committed by David Bühler
Browse files

[libc] remove obsoleted getopt.c

parent 098dd272
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
(libc/fmtmsg.h as libc/fmtmsg.h) (libc/fmtmsg.h as libc/fmtmsg.h)
(libc/fnmatch.h as libc/fnmatch.h) (libc/fnmatch.h as libc/fnmatch.h)
(libc/ftw.h as libc/ftw.h) (libc/ftw.h as libc/ftw.h)
(libc/getopt.c as libc/getopt.c)
(libc/getopt.h as libc/getopt.h) (libc/getopt.h as libc/getopt.h)
(libc/glob.c as libc/glob.c) (libc/glob.c as libc/glob.c)
(libc/glob.h as libc/glob.h) (libc/glob.h as libc/glob.h)
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "ctype.c" #include "ctype.c"
#include "errno.c" #include "errno.c"
#include "fenv.c" #include "fenv.c"
#include "getopt.c"
#include "glob.c" #include "glob.c"
#include "inttypes.c" #include "inttypes.c"
#include "locale.c" #include "locale.c"
......
/**************************************************************************/
/* */
/* This file is part of Frama-C. */
/* */
/* Copyright (C) 2007-2023 */
/* CEA (Commissariat à l'énergie atomique et aux énergies */
/* alternatives) */
/* */
/* you can redistribute it and/or modify it under the terms of the GNU */
/* Lesser General Public License as published by the Free Software */
/* Foundation, version 2.1. */
/* */
/* It is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU Lesser General Public License for more details. */
/* */
/* See the GNU Lesser General Public License version 2.1 */
/* for more details (enclosed in the file licenses/LGPLv2.1). */
/* */
/**************************************************************************/
#include "getopt.h"
__PUSH_FC_STDLIB
//int optind = 1;
__POP_FC_STDLIB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment