Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-04-06 02:14:10 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-04-06 02:14:10 +0400
commit60a1879ea426a552b5309506ae57e78dc355c27c (patch)
tree42e208c89c8d5548fa3a67c13f08a2a88a0e4c72 /support
parent8024176874caab2753c5b9e1941a9b3b47a9ff72 (diff)
Commit refresh of the API from running 'make refresh'
svn path=/trunk/mono/; revision=42584
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am2
-rw-r--r--support/map.c12
-rw-r--r--support/map.h2
3 files changed, 6 insertions, 10 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index da3c044cd40..c1aa211460d 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -70,5 +70,5 @@ libMonoPosixHelper_la_LDFLAGS = -no-undefined -version-info 1:0:1
# Use this target to refresh the values in map.[ch]
#
refresh:
- $(top_builddir)/runtime/mono-wrapper $(mcs_topdir)/class/Mono.Posix/Mono.Posix/make-map.exe $(mcs_topdir)/class/lib/Mono.Posix.dll map
+ $(top_builddir)/runtime/mono-wrapper $(mcs_topdir)/class/Mono.Posix/Mono.Unix/make-map.exe $(mcs_topdir)/class/lib/default/Mono.Posix.dll map
diff --git a/support/map.c b/support/map.c
index 3f6ca3940fb..432c7447e22 100644
--- a/support/map.c
+++ b/support/map.c
@@ -1,10 +1,9 @@
/*
- * This file was automatically generated by make-map from Mono.Posix.dll.
+ * This file was automatically generated by make-map from ../../mcs/class/lib/default/Mono.Posix.dll.
*
* DO NOT MODIFY.
*/
-#include <config.h>
#include "map.h"
#ifndef _GNU_SOURCE
@@ -13,20 +12,17 @@
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE
#endif /* ndef _XOPEN_SOURCE */
-
#include <sys/types.h>
#include <sys/stat.h>
-
-#ifndef PLATFORM_WIN32
#include <sys/poll.h>
#include <sys/wait.h>
#include <unistd.h>
#include <fcntl.h>
+#include <signal.h>
+#include <poll.h>
#include <grp.h>
-#endif /* ndef PLATFORM_WIN32 */
-
#include <errno.h>
-#include <signal.h>
+#include <syslog.h>
int Mono_Posix_FromError (int x, int *r)
{
diff --git a/support/map.h b/support/map.h
index 267e7831627..d1101b86d07 100644
--- a/support/map.h
+++ b/support/map.h
@@ -1,5 +1,5 @@
/*
- * This file was automatically generated by make-map from Mono.Posix.dll.
+ * This file was automatically generated by make-map from ../../mcs/class/lib/default/Mono.Posix.dll.
*
* DO NOT MODIFY.
*/