mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:43:54 +08:00
rtems-bsd-config.h.in: Do not undef __P or __strong_reference
<sys/cdefs.h> is the FreeBSD version now. No need to touch these.
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
|
||||
#define __NEW_RTEMS_BSD__
|
||||
|
||||
/* Disable procedure call definitions */
|
||||
#undef __P
|
||||
#undef __strong_reference
|
||||
|
||||
#ifndef _RTEMS_BSD_BSD_HH_
|
||||
/* General defines to activate BSD kernel parts */
|
||||
#define _KERNEL 1
|
||||
@@ -45,10 +41,6 @@
|
||||
#undef _SYS_TTYCOM_H_
|
||||
#define _SYS_TTYCOM_H_ 1
|
||||
|
||||
/* Disable procedure call definitions */
|
||||
#undef __P
|
||||
#undef __strong_reference
|
||||
|
||||
/* Disable some quirks in the standard headers */
|
||||
#define _POSIX_SOURCE 1
|
||||
|
||||
|
Reference in New Issue
Block a user