diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-02 15:24:47 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-02 15:24:47 +0000 |
commit | bfd85c8ee3183114a0c37a6fa724cd89d93532f3 (patch) | |
tree | 5fcdd685ba98d2d7f32a5553db1d86145ab0101b | |
parent | 4e9dd952966b600951f05ab2913b5b97936d42ba (diff) | |
download | postgresql-bfd85c8ee3183114a0c37a6fa724cd89d93532f3.tar.gz postgresql-bfd85c8ee3183114a0c37a6fa724cd89d93532f3.zip |
Add an irix5.c dummy file for irix5 port
-rw-r--r-- | src/backend/port/dynloader/irix5.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/port/dynloader/irix5.c b/src/backend/port/dynloader/irix5.c new file mode 100644 index 00000000000..a8e7f971959 --- /dev/null +++ b/src/backend/port/dynloader/irix5.c @@ -0,0 +1,4 @@ +/* Dummy file used for nothing at this point + * + * see irix5.h + */ |