Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fdbc8c

Browse files
committed
Update linux/mips port.
Add m68k to linux port.
1 parent530f997 commit1fdbc8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.159 2003/10/26 00:22:51 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.160 2003/10/26 00:26:13 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \
16291629
<entry>7.3</entry>
16301630
<entry>2003-10-25,
16311631
No?l K?the (<email>noel@debian.org</email>)</entry>
1632-
<entry></entry>
1632+
<entry>2.4</entry>
16331633
</row>
16341634
<row>
16351635
<entry><systemitem class="osname">Linux</></entry>

‎src/include/port/linux.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ typedef unsigned int slock_t;
4343

4444
#defineHAS_TEST_AND_SET
4545

46+
#ifif defined(__m68k__)
47+
typedefunsignedcharslock_t;
48+
49+
#defineHAS_TEST_AND_SET
50+
4651
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp