Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
// @HEADER_LANG C
// @HEADER_COMPONENT libzafl
// @HEADER_BEGIN
/*
Copyright 2018-2019 Zephyr Software LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// @HEADER_END
#ifndef _LIBZAFL_HPP_ #ifndef _LIBZAFL_HPP_
#define _LIBZAFL_HPP_ #define _LIBZAFL_HPP_
......
// @HEADER_COMPONENT libzafl
// @HEADER_LANG C
// @HEADER_BEGIN
/* /*
* Copyright (c) 2018-2019 - Zephyr Software LLC Copyright 2018-2019 Zephyr Software LLC
*
* This file may be used and modified for non-commercial purposes as long as Licensed under the Apache License, Version 2.0 (the "License");
* all copyright, permission, and nonwarranty notices are preserved. you may not use this file except in compliance with the License.
* Redistribution is prohibited without prior written consent from Zephyr You may obtain a copy of the License at
* Software.
* http://www.apache.org/licenses/LICENSE-2.0
* Please contact the authors for restrictions applying to commercial use.
* Unless required by applicable law or agreed to in writing, software
* THIS SOURCE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED distributed under the License is distributed on an "AS IS" BASIS,
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. See the License for the specific language governing permissions and
* limitations under the License.
* Author: Zephyr Software */
* e-mail: jwd@zephyr-software.com
* URL : http://www.zephyr-software.com/ // @HEADER_END
*
*/
#define _GNU_SOURCE #define _GNU_SOURCE
#include <sys/types.h> #include <sys/types.h>
......